User: vg Date: 06/03/31 04:15:36 Modified: /dba/dbaccess/source/ui/inc/ queryorder.hxx
Log: INTEGRATION: CWS dba203b (1.8.106); FILE MERGED 2006/03/27 14:11:35 fs 1.8.106.1: #i63439# correct parsing of existing sort order File Changes: Directory: /dba/dbaccess/source/ui/inc/ ======================================= File [changed]: queryorder.hxx Url: http://dba.openoffice.org/source/browse/dba/dbaccess/source/ui/inc/queryorder.hxx?r1=1.8&r2=1.9 Delta lines: +5 -3 ------------------- --- queryorder.hxx 8 Sep 2005 16:01:35 -0000 1.8 +++ queryorder.hxx 31 Mar 2006 12:15:34 -0000 1.9 @@ -119,8 +119,8 @@ ::com::sun::star::uno::Reference< ::com::sun::star::sdbc::XConnection> m_xConnection; - ListBox* arrLbFields[DOG_ROWS]; - ListBox* arrLbValues[DOG_ROWS]; + ListBox* m_aColumnList[DOG_ROWS]; + ListBox* m_aValueList[DOG_ROWS]; DECL_LINK( FieldListSelectHdl, ListBox * ); void EnableLines(); @@ -135,8 +135,10 @@ void BuildOrderPart(); ::rtl::OUString GetOrderList( ) const; - void SetOrderList( const String& _rOrderList ); ::rtl::OUString GetOrignalOrder() const { return m_sOrgOrder; } + + private: + void impl_initializeOrderList_nothrow(); }; } #endif // DBAUI_QUERYORDER_HXX --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
