| /AOO41X/main/fpicker/source/aqua/ |
| H A D | ControlHelper.cxx | 163 void ControlHelper::enableControl( const sal_Int16 nControlId, const sal_Bool bEnable ) const in enableControl() argument 165 DBG_PRINT_ENTRY(CLASS_NAME, __func__, "controlId", nControlId, "enable", bEnable); in enableControl() 169 if (nControlId == ExtendedFilePickerElementIds::CHECKBOX_PREVIEW) { in enableControl() 175 NSControl* pControl = getControl(nControlId); in enableControl() 185 OSL_TRACE("enable unknown control %d", nControlId ); in enableControl() 191 OUString ControlHelper::getLabel( sal_Int16 nControlId ) in getLabel() argument 193 DBG_PRINT_ENTRY(CLASS_NAME, __func__, "controlId", nControlId); in getLabel() 197 NSControl* pControl = getControl( nControlId ); in getLabel() 200 OSL_TRACE("Get label for unknown control %d", nControlId); in getLabel() 220 void ControlHelper::setLabel( sal_Int16 nControlId, NSString* aLabel ) in setLabel() argument [all …]
|
| H A D | ControlHelper.hxx | 61 void setValue( sal_Int16 nControlId, sal_Int16 nControlAction, const uno::Any& rValue ); 62 uno::Any getValue( sal_Int16 nControlId, sal_Int16 nControlAction ) const; 63 void enableControl( sal_Int16 nControlId, sal_Bool bEnable ) const; 64 OUString getLabel( sal_Int16 nControlId ); 65 void setLabel( sal_Int16 nControlId, NSString* aLabel ); 184 int getControlElementName(const Class clazz, const int nControlId) const; 185 NSControl* getControl( const sal_Int16 nControlId ) const;
|
| H A D | SalAquaFilePicker.cxx | 434 void SAL_CALL SalAquaFilePicker::setValue( sal_Int16 nControlId, sal_Int16 nControlAction, const un… in setValue() argument 441 m_pControlHelper->setValue(nControlId, nControlAction, rValue); in setValue() 443 …if (nControlId == ExtendedFilePickerElementIds::CHECKBOX_AUTOEXTENSION && m_nDialogType == NAVIGAT… in setValue() 450 uno::Any SAL_CALL SalAquaFilePicker::getValue( sal_Int16 nControlId, sal_Int16 nControlAction ) in getValue() argument 455 uno::Any aValue = m_pControlHelper->getValue(nControlId, nControlAction); in getValue() 461 void SAL_CALL SalAquaFilePicker::enableControl( sal_Int16 nControlId, sal_Bool bEnable ) in enableControl() argument 466 m_pControlHelper->enableControl(nControlId, bEnable); in enableControl() 471 void SAL_CALL SalAquaFilePicker::setLabel( sal_Int16 nControlId, const ::rtl::OUString& aLabel ) in setLabel() argument 479 m_pControlHelper->setLabel( nControlId, sLabel ) ; in setLabel() 484 rtl::OUString SAL_CALL SalAquaFilePicker::getLabel( sal_Int16 nControlId ) in getLabel() argument [all …]
|
| H A D | SalAquaFilePicker.hxx | 148 …virtual void SAL_CALL setValue( sal_Int16 nControlId, sal_Int16 nControlAction, const ::com::sun::… 154 virtual void SAL_CALL enableControl( sal_Int16 nControlId, sal_Bool bEnable ) 157 virtual void SAL_CALL setLabel( sal_Int16 nControlId, const ::rtl::OUString& aLabel ) 160 virtual ::rtl::OUString SAL_CALL getLabel( sal_Int16 nControlId )
|
| /AOO41X/main/fpicker/source/win32/filepicker/ |
| H A D | VistaFilePickerImpl.cxx | 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() [all …]
|
| H A D | VistaFilePicker.cxx | 389 void SAL_CALL VistaFilePicker::setValue( ::sal_Int16 nControlId , in setValue() argument 396 rRequest->setArgument(PROP_CONTROL_ID , nControlId ); in setValue() 407 css::uno::Any SAL_CALL VistaFilePicker::getValue(::sal_Int16 nControlId , in getValue() argument 413 rRequest->setArgument(PROP_CONTROL_ID , nControlId ); in getValue() 425 void SAL_CALL VistaFilePicker::enableControl(::sal_Int16 nControlId, in enableControl() argument 431 rRequest->setArgument(PROP_CONTROL_ID , nControlId); in enableControl() 441 void SAL_CALL VistaFilePicker::setLabel( ::sal_Int16 nControlId, in setLabel() argument 447 rRequest->setArgument(PROP_CONTROL_ID , nControlId); in setLabel() 457 ::rtl::OUString SAL_CALL VistaFilePicker::getLabel(::sal_Int16 nControlId) in getLabel() argument 462 rRequest->setArgument(PROP_CONTROL_ID, nControlId); in getLabel()
|
| H A D | VistaFilePicker.hxx | 177 virtual void SAL_CALL setValue( sal_Int16 nControlId , 182 virtual css::uno::Any SAL_CALL getValue( sal_Int16 nControlId , 186 virtual void SAL_CALL enableControl( sal_Int16 nControlId, 190 virtual void SAL_CALL setLabel( sal_Int16 nControlId, 194 virtual ::rtl::OUString SAL_CALL getLabel( sal_Int16 nControlId )
|
| H A D | WinFileOpenImpl.cxx | 320 static bool filterControlCommand( sal_Int16 nControlId ) in filterControlCommand() argument 322 if ( nControlId == LISTBOX_FILTER_SELECTOR ) in filterControlCommand()
|
| /AOO41X/main/fpicker/source/office/ |
| H A D | OfficeControlAccess.cxx | 71 sal_Int16 nControlId; member 236 sal_Int16 nControlId = -1; in getControlProperty() local 238 Control* pControl = implGetControl( _rControlName, &nControlId, &nPropertyMask ); in getControlProperty() 264 pControl = m_pFilePickerController->getControl( aFoundRange.first->nControlId ); in implGetControl() 273 *_pId = aFoundRange.first->nControlId; in implGetControl() 284 sal_Int16 nControlId = -1; in setControlProperty() local 285 Control* pControl = implGetControl( _rControlName, &nControlId ); in setControlProperty() 294 implSetControlProperty( nControlId, pControl, aPropDesc->nPropertyId, _rValue, sal_False ); in setControlProperty() 306 if ( m_pFilePickerController->getControl( aControl->nControlId ) ) in getSupportedControls() 317 sal_Int16 nControlId = -1; in getSupportedControlProperties() local [all …]
|
| /AOO41X/main/fpicker/source/unx/gnome/ |
| H A D | SalGtkFilePicker.cxx | 1104 GtkWidget *SalGtkFilePicker::getWidget( sal_Int16 nControlId, GType *pType ) in getWidget() argument 1106 OSL_TRACE("control id is %d", nControlId); in getWidget() 1127 switch( nControlId ) in getWidget() 1144 OSL_TRACE("Handle unknown control %d\n", nControlId); in getWidget() 1306 void SAL_CALL SalGtkFilePicker::setValue( sal_Int16 nControlId, sal_Int16 nControlAction, const uno… in setValue() argument 1317 if( !( pWidget = getWidget( nControlId, &tType ) ) ) in setValue() 1318 OSL_TRACE("enable unknown control %d\n", nControlId); in setValue() 1330 nControlId, nControlAction); in setValue() 1334 uno::Any SAL_CALL SalGtkFilePicker::getValue( sal_Int16 nControlId, sal_Int16 nControlAction ) in getValue() argument 1346 if( !( pWidget = getWidget( nControlId, &tType ) ) ) in getValue() [all …]
|
| H A D | SalGtkFilePicker.hxx | 164 …virtual void SAL_CALL setValue( sal_Int16 nControlId, sal_Int16 nControlAction, const ::com::sun::… 170 virtual void SAL_CALL enableControl( sal_Int16 nControlId, sal_Bool bEnable ) 173 virtual void SAL_CALL setLabel( sal_Int16 nControlId, const ::rtl::OUString& aLabel ) 176 virtual ::rtl::OUString SAL_CALL getLabel( sal_Int16 nControlId ) 323 GtkWidget *getWidget( sal_Int16 nControlId, GType *pType = NULL);
|
| /AOO41X/main/dbaccess/source/ui/tabledesign/ |
| H A D | TableFieldDescWin.hxx | 81 void SetControlText( sal_uInt16 nControlId, const String& rText ) in SetControlText() argument 82 { m_pGenPage->SetControlText(nControlId,rText); } in SetControlText() 83 String GetControlText( sal_uInt16 nControlId ) in GetControlText() argument 84 { return m_pGenPage->GetControlText(nControlId); } in GetControlText()
|
| H A D | FieldDescGenWin.cxx | 92 String OFieldDescGenWin::GetControlText( sal_uInt16 nControlId ) in GetControlText() argument 95 return m_pFieldControl->GetControlText(nControlId); in GetControlText() 98 void OFieldDescGenWin::SetControlText( sal_uInt16 nControlId, const String& rText ) in SetControlText() argument 103 m_pFieldControl->SetControlText(nControlId,rText); in SetControlText()
|
| H A D | FieldDescGenWin.hxx | 58 void SetControlText( sal_uInt16 nControlId, const String& rText ); 59 String GetControlText( sal_uInt16 nControlId );
|
| /AOO41X/main/fpicker/source/unx/kde4/ |
| H A D | KDE4FilePicker.hxx | 124 …virtual void SAL_CALL setValue( sal_Int16 nControlId, sal_Int16 nControlAction, const ::com::sun::… 125 …virtual ::com::sun::star::uno::Any SAL_CALL getValue( sal_Int16 nControlId, sal_Int16 nControlActi… 126 …virtual void SAL_CALL enableControl( sal_Int16 nControlId, sal_Bool bEnable ) throw( ::com::sun::s… 127 …virtual void SAL_CALL setLabel( sal_Int16 nControlId, const ::rtl::OUString &rLabel ) throw (::com… 128 …virtual ::rtl::OUString SAL_CALL getLabel( sal_Int16 nControlId ) throw (::com::sun::star::uno::Ru…
|
| /AOO41X/main/dbaccess/source/ui/inc/ |
| H A D | FieldDescControl.hxx | 207 void SetControlText( sal_uInt16 nControlId, const String& rText ); 208 String GetControlText( sal_uInt16 nControlId );
|
| /AOO41X/main/dbaccess/source/ui/control/ |
| H A D | FieldDescControl.cxx | 551 String OFieldDescControl::GetControlText( sal_uInt16 nControlId ) in GetControlText() argument 556 switch( nControlId ) in GetControlText() 609 void OFieldDescControl::SetControlText( sal_uInt16 nControlId, const String& rText ) in SetControlText() argument 614 switch( nControlId ) in SetControlText()
|