Lines Matching refs:SAL_CALL

61 …virtual void SAL_CALL setValue( sal_Int16 aControlId, sal_Int16 aControlAction, const ::com::sun::…
63 …virtual ::com::sun::star::uno::Any SAL_CALL getValue( sal_Int16 aControlId, sal_Int16 aControlActi…
65 virtual void SAL_CALL enableControl( sal_Int16 aControlId, sal_Bool bEnable ) = 0;
67 virtual void SAL_CALL setLabel( sal_Int16 aControlId, const ::rtl::OUString& aLabel ) = 0;
69 virtual ::rtl::OUString SAL_CALL getLabel( sal_Int16 aControlId ) = 0;
71 …virtual ::com::sun::star::uno::Sequence< ::rtl::OUString > SAL_CALL getFiles( CFileOpenDialog* aFi…
73 virtual rtl::OUString SAL_CALL getDisplayDirectory( CFileOpenDialog* aFileOpenDialog ) = 0;
87 …virtual void SAL_CALL setValue( sal_Int16 aControlId, sal_Int16 aControlAction, const ::com::sun::…
89 …virtual ::com::sun::star::uno::Any SAL_CALL getValue( sal_Int16 aControlId, sal_Int16 aControlActi…
91 virtual void SAL_CALL enableControl( sal_Int16 aControlId, sal_Bool bEnable );
93 virtual void SAL_CALL setLabel( sal_Int16 aControlId, const ::rtl::OUString& aLabel );
95 virtual ::rtl::OUString SAL_CALL getLabel( sal_Int16 aControlId );
97 …virtual ::com::sun::star::uno::Sequence< ::rtl::OUString > SAL_CALL getFiles( CFileOpenDialog* aFi…
99 virtual rtl::OUString SAL_CALL getDisplayDirectory( CFileOpenDialog* aFileOpenDialog );
101 void SAL_CALL reset( );
103 CControlCommand* SAL_CALL getControlCommand( ) const;
106 void SAL_CALL addControlCommand( CControlCommand* aControlCommand );
121 …virtual void SAL_CALL setValue( sal_Int16 aControlId, sal_Int16 aControlAction, const ::com::sun::…
123 …virtual ::com::sun::star::uno::Any SAL_CALL getValue( sal_Int16 aControlId, sal_Int16 aControlActi…
125 virtual void SAL_CALL enableControl( sal_Int16 aControlId, sal_Bool bEnable );
127 virtual void SAL_CALL setLabel( sal_Int16 aControlId, const ::rtl::OUString& aLabel );
129 virtual ::rtl::OUString SAL_CALL getLabel( sal_Int16 aControlId );
131 …virtual ::com::sun::star::uno::Sequence< ::rtl::OUString > SAL_CALL getFiles( CFileOpenDialog* aFi…
133 virtual rtl::OUString SAL_CALL getDisplayDirectory( CFileOpenDialog* aFileOpenDialog );
135 void SAL_CALL initFilePickerControls( CControlCommand* firstControlCommand );
137 void SAL_CALL cacheControlState( HWND hwndControl, CFilePickerState* aFilePickerState );
139 void SAL_CALL setHwnd( HWND hwndDlg );
143 inline sal_Bool SAL_CALL IsListboxControl( HWND hwndControl ) const;
145 inline sal_Int16 SAL_CALL ListboxIdToListboxLabelId( sal_Int16 aListboxId ) const;
147 inline HWND SAL_CALL GetListboxLabelItem( sal_Int16 aControlId ) const;
153 … HWND SAL_CALL GetHwndDlgItem( sal_Int16 aControlId, sal_Bool bIncludeStdCtrls = sal_True ) const;