Lines Matching refs:nControlId

491 …oControl(CResourceProvider& rResourceProvider, TFileDialogCustomize iCustom, sal_uInt16 nControlId)  in setLabelToControl()  argument
493 ::rtl::OUString aLabel = rResourceProvider.getResString(nControlId); in setLabelToControl()
495 iCustom->SetControlLabel(nControlId, reinterpret_cast<LPCWSTR>(aLabel.getStr()) ); in setLabelToControl()
573 sal_uInt16 nControlId(0); in impl_sta_enableFeatures() local
576 nControlId = css::ui::dialogs::ExtendedFilePickerElementIds::CHECKBOX_AUTOEXTENSION; in impl_sta_enableFeatures()
577 iCustom->AddCheckButton (nControlId, L"Auto Extension", true); in impl_sta_enableFeatures()
578 setLabelToControl(m_ResProvider, iCustom, nControlId); in impl_sta_enableFeatures()
583 nControlId = css::ui::dialogs::ExtendedFilePickerElementIds::CHECKBOX_PASSWORD; in impl_sta_enableFeatures()
584 iCustom->AddCheckButton (nControlId, L"Password", false); in impl_sta_enableFeatures()
585 setLabelToControl(m_ResProvider, iCustom, nControlId); in impl_sta_enableFeatures()
590 nControlId = css::ui::dialogs::ExtendedFilePickerElementIds::CHECKBOX_READONLY; in impl_sta_enableFeatures()
591 iCustom->AddCheckButton (nControlId, L"Readonly", false); in impl_sta_enableFeatures()
592 setLabelToControl(m_ResProvider, iCustom, nControlId); in impl_sta_enableFeatures()
597 nControlId = css::ui::dialogs::ExtendedFilePickerElementIds::CHECKBOX_FILTEROPTIONS; in impl_sta_enableFeatures()
598 iCustom->AddCheckButton (nControlId, L"Filter Options", false); in impl_sta_enableFeatures()
599 setLabelToControl(m_ResProvider, iCustom, nControlId); in impl_sta_enableFeatures()
604 nControlId = css::ui::dialogs::ExtendedFilePickerElementIds::CHECKBOX_LINK; in impl_sta_enableFeatures()
605 iCustom->AddCheckButton (nControlId, L"Link", false); in impl_sta_enableFeatures()
606 setLabelToControl(m_ResProvider, iCustom, nControlId); in impl_sta_enableFeatures()
611 nControlId = css::ui::dialogs::ExtendedFilePickerElementIds::CHECKBOX_SELECTION; in impl_sta_enableFeatures()
612 iCustom->AddCheckButton (nControlId, L"Selection", false); in impl_sta_enableFeatures()
613 setLabelToControl(m_ResProvider, iCustom, nControlId); in impl_sta_enableFeatures()
1029 ::sal_Int16 nControlId) in lcl_removeControlItemsWorkaround() argument
1034 hResult = iCustom->SetSelectedControlItem(nControlId, 1000); in lcl_removeControlItemsWorkaround()
1037 hResult = iCustom->RemoveControlItem(nControlId, i++); in lcl_removeControlItemsWorkaround()