Home
last modified time | relevance | path

Searched refs:xCtrlAccess (Results 1 – 3 of 3) sorted by relevance

/aoo4110/main/sfx2/source/dialog/
H A Dfiledlghelper.cxx396 uno::Reference < XFilePickerControlAccess > xCtrlAccess( mxFileDlg, UNO_QUERY ); in updateExtendedControl() local
397 if ( xCtrlAccess.is() ) in updateExtendedControl()
401 xCtrlAccess->enableControl( _nExtendedControlId, _bEnable ); in updateExtendedControl()
480 uno::Reference < XFilePickerControlAccess > xCtrlAccess( mxFileDlg, UNO_QUERY ); in updateExportButton() local
481 if ( xCtrlAccess.is() ) in updateExportButton()
505 xCtrlAccess->setLabel( CommonFilePickerElementIds::PUSHBUTTON_OK, sLabel ); in updateExportButton()
573 uno::Reference< XFilePickerControlAccess > xCtrlAccess( mxFileDlg, UNO_QUERY ); in enablePasswordBox() local
596 if ( xCtrlAccess.is() ) in updatePreviewState()
1588 if ( ( FILEOPEN_READONLY_VERSION == m_nDialogType ) && xCtrlAccess.is() ) in execute()
1603 if ( mbHasVersions && xCtrlAccess.is() ) in execute()
[all …]
/aoo4110/main/sfx2/source/doc/
H A Ddocinsert.cxx197 Reference < XFilePickerControlAccess > xCtrlAccess( xFP, UNO_QUERY ); in IMPL_LINK() local
198 if ( xCtrlAccess.is() ) in IMPL_LINK()
213 … Any aValue = xCtrlAccess->getValue( ExtendedFilePickerElementIds::CHECKBOX_PASSWORD, 0 ); in IMPL_LINK()
240 … Any aValue = xCtrlAccess->getValue( ExtendedFilePickerElementIds::CHECKBOX_SELECTION, 0 ); in IMPL_LINK()
261 … Any aValue = xCtrlAccess->getValue( ExtendedFilePickerElementIds::CHECKBOX_READONLY, 0 ); in IMPL_LINK()
277 Any aValue = xCtrlAccess->getValue( ExtendedFilePickerElementIds::LISTBOX_VERSION, in IMPL_LINK()
/aoo4110/main/qadevOOo/tests/java/mod/_dbaccess/
H A DODatasourceBrowser.java279 XControlAccess xCtrlAccess = (XControlAccess) UnoRuntime.queryInterface( in createTestEnvironment() local
285 xCtrl = xCtrlAccess.getControl(shapeModel); in createTestEnvironment()

Completed in 35 milliseconds