Home
last modified time | relevance | path

Searched refs:xCtrlAcc (Results 1 – 6 of 6) sorted by relevance

/trunk/main/sfx2/source/appl/
H A Dopengrf.cxx91 uno::Reference < XFilePickerControlAccess > xCtrlAcc; member
99 xCtrlAcc = uno::Reference < XFilePickerControlAccess >(xFP, UNO_QUERY); in SvxOpenGrf_Impl()
203 if( mpImpl->xCtrlAcc.is() ) in EnableLink()
207 mpImpl->xCtrlAcc->enableControl( ExtendedFilePickerElementIds::CHECKBOX_LINK, state ); in EnableLink()
221 if( mpImpl->xCtrlAcc.is() ) in AsLink()
226 mpImpl->xCtrlAcc->setValue( ExtendedFilePickerElementIds::CHECKBOX_LINK, 0, aAny ); in AsLink()
242 if( mpImpl->xCtrlAcc.is() ) in IsAsLink()
244 Any aVal = mpImpl->xCtrlAcc->getValue( ExtendedFilePickerElementIds::CHECKBOX_LINK, 0 ); in IsAsLink()
/trunk/main/sw/source/ui/uiview/
H A Dview2.cxx285 uno::Reference < XFilePickerControlAccess > xCtrlAcc(xFP, UNO_QUERY); in InsertGraphicDlg() local
290 xCtrlAcc->setValue( ExtendedFilePickerElementIds::CHECKBOX_LINK, 0, aVal); in InsertGraphicDlg()
291 xCtrlAcc->enableControl( ExtendedFilePickerElementIds::CHECKBOX_LINK, sal_False); in InsertGraphicDlg()
331 xCtrlAcc->setValue( ExtendedFilePickerElementIds::LISTBOX_IMAGE_TEMPLATE, in InsertGraphicDlg()
335 xCtrlAcc->setValue( ExtendedFilePickerElementIds::LISTBOX_IMAGE_TEMPLATE, in InsertGraphicDlg()
370 Any aVal = xCtrlAcc->getValue( ExtendedFilePickerElementIds::CHECKBOX_LINK, 0); in InsertGraphicDlg()
373 Any aTemplateValue = xCtrlAcc->getValue( in InsertGraphicDlg()
405 Any aVal = xCtrlAcc->getValue( ExtendedFilePickerElementIds::CHECKBOX_LINK, 0); in InsertGraphicDlg()
408 Any aTemplateValue = xCtrlAcc->getValue( in InsertGraphicDlg()
/trunk/main/odk/examples/DevelopersGuide/Forms/
H A DDocumentViewHelper.java141 XControlAccess xCtrlAcc = (XControlAccess)get( XControlAccess.class ); in getFormControl() local
143 return xCtrlAcc.getControl( xModel ); in getFormControl()
/trunk/main/forms/qa/integration/forms/
H A DDocumentViewHelper.java155 XControlAccess xCtrlAcc = (XControlAccess)query( XControlAccess.class ); in getControl() local
157 return xCtrlAcc.getControl( xModel ); in getControl()
/trunk/main/sw/source/ui/app/
H A Ddocsh2.cxx1295 uno::Reference<XFilePickerControlAccess> xCtrlAcc(xFP, UNO_QUERY); in Execute() local
1380 xCtrlAcc->setValue( ExtendedFilePickerElementIds::LISTBOX_TEMPLATE, in Execute()
1383 xCtrlAcc->setValue( ExtendedFilePickerElementIds::LISTBOX_TEMPLATE, in Execute()
1385 xCtrlAcc->setLabel( ExtendedFilePickerElementIds::LISTBOX_TEMPLATE, in Execute()
1399 Any aTemplateValue = xCtrlAcc->getValue( in Execute()
/trunk/main/sw/source/ui/frmdlg/
H A Dfrmpage.cxx2623 uno::Reference < ui::dialogs::XFilePickerControlAccess > xCtrlAcc(xFP, uno::UNO_QUERY); in IMPL_LINK() local
2626 xCtrlAcc->setValue( ui::dialogs::ExtendedFilePickerElementIds::CHECKBOX_LINK, 0, aVal); in IMPL_LINK()

Completed in 79 milliseconds