Home
last modified time | relevance | path

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

/trunk/main/fpicker/source/win32/filepicker/
H A DVistaFilePickerImpl.cxx491 static void setLabelToControl(CResourceProvider& rResourceProvider, TFileDialogCustomize iCustom, s… in setLabelToControl() argument
495 iCustom->SetControlLabel(nControlId, reinterpret_cast<LPCWSTR>(aLabel.getStr()) ); in setLabelToControl()
545 TFileDialogCustomize iCustom = impl_getCustomizeInterface(); in impl_sta_enableFeatures() local
549 iCustom->StartVisualGroup (GROUP_VERSION, L"Version"); in impl_sta_enableFeatures()
550 iCustom->AddComboBox (css::ui::dialogs::ExtendedFilePickerElementIds::LISTBOX_VERSION); in impl_sta_enableFeatures()
551 iCustom->EndVisualGroup (); in impl_sta_enableFeatures()
552 iCustom->MakeProminent (GROUP_VERSION); in impl_sta_enableFeatures()
557 iCustom->StartVisualGroup (GROUP_TEMPLATE, L"Template"); in impl_sta_enableFeatures()
558iCustom->AddComboBox (css::ui::dialogs::ExtendedFilePickerElementIds::LISTBOX_TEMPLATE); in impl_sta_enableFeatures()
559 iCustom->EndVisualGroup (); in impl_sta_enableFeatures()
[all …]