/aoo4110/main/fpicker/source/aqua/ |
H A D | ControlHelper.cxx | 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 197 NSControl* pControl = getControl( nControlId ); in getLabel() 228 NSControl* pControl = getControl(nControlId); in setLabel() 262 NSControl* pControl = getControl( nControlId ); in setValue() 277 nControlId, nControlAction); in setValue() 292 NSControl* pControl = getControl( nControlId ); in getValue() 562 switch (nControlId) { in getControlElementName() 574 switch (nControlId) { in getControlElementName() [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 )
|
/aoo4110/main/fpicker/source/win32/filepicker/ |
H A D | VistaFilePickerImpl.cxx | 573 sal_uInt16 nControlId(0); in impl_sta_enableFeatures() local 578 setLabelToControl(m_ResProvider, iCustom, nControlId); 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() 592 setLabelToControl(m_ResProvider, iCustom, nControlId); in impl_sta_enableFeatures() 599 setLabelToControl(m_ResProvider, iCustom, nControlId); 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() 613 setLabelToControl(m_ResProvider, iCustom, nControlId); in impl_sta_enableFeatures() 1034 hResult = iCustom->SetSelectedControlItem(nControlId, 1000); in lcl_removeControlItemsWorkaround() [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()
|
/aoo4110/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() 273 *_pId = aFoundRange.first->nControlId; in implGetControl() 284 sal_Int16 nControlId = -1; in setControlProperty() local 285 Control* pControl = implGetControl( _rControlName, &nControlId ); in setControlProperty() 306 if ( m_pFilePickerController->getControl( aControl->nControlId ) ) in getSupportedControls() 317 sal_Int16 nControlId = -1; in getSupportedControlProperties() local 319 implGetControl( _rControlName, &nControlId, &nPropertyMask ); in getSupportedControlProperties() 344 sal_Int16 nControlId = -1; in isControlPropertySupported() local [all …]
|
/aoo4110/main/fpicker/source/unx/gnome/ |
H A D | SalGtkFilePicker.cxx | 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() 1317 if( !( pWidget = getWidget( nControlId, &tType ) ) ) in setValue() 1318 OSL_TRACE("enable unknown control %d\n", nControlId); in setValue() 1330 nControlId, nControlAction); in setValue() 1346 if( !( pWidget = getWidget( nControlId, &tType ) ) ) in getValue() 1354 nControlId, nControlAction ); in getValue() 1370 else if( ( pWidget = getWidget( nControlId ) ) ) in enableControl() 1397 if( !( pWidget = getWidget( nControlId, &tType ) ) ) in setLabel() [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);
|
/aoo4110/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 );
|
/aoo4110/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…
|
/aoo4110/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 );
|
/aoo4110/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()
|