Home
last modified time | relevance | path

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

/trunk/main/fpicker/source/aqua/
H A DControlHelper.cxx175 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 DControlHelper.hxx61 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 DSalAquaFilePicker.cxx434 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 DSalAquaFilePicker.hxx148 …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 )
/trunk/main/fpicker/source/win32/filepicker/
H A DVistaFilePickerImpl.cxx573 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 DVistaFilePicker.cxx389 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 DVistaFilePicker.hxx177 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 DWinFileOpenImpl.cxx320 static bool filterControlCommand( sal_Int16 nControlId ) in filterControlCommand() argument
322 if ( nControlId == LISTBOX_FILTER_SELECTOR ) in filterControlCommand()
/trunk/main/fpicker/source/office/
H A DOfficeControlAccess.cxx71 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 …]
/trunk/main/fpicker/source/unx/gnome/
H A DSalGtkFilePicker.cxx1107 OSL_TRACE("control id is %d", nControlId); in getWidget()
1128 switch( nControlId ) in getWidget()
1145 OSL_TRACE("Handle unknown control %d\n", nControlId); in getWidget()
1318 if( !( pWidget = getWidget( nControlId, &tType ) ) ) in setValue()
1319 OSL_TRACE("enable unknown control %d\n", nControlId); in setValue()
1331 nControlId, nControlAction); in setValue()
1347 if( !( pWidget = getWidget( nControlId, &tType ) ) ) in getValue()
1355 nControlId, nControlAction ); in getValue()
1371 else if( ( pWidget = getWidget( nControlId ) ) ) in enableControl()
1398 if( !( pWidget = getWidget( nControlId, &tType ) ) ) in setLabel()
[all …]
H A DSalGtkFilePicker.hxx164 …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);
/trunk/main/dbaccess/source/ui/tabledesign/
H A DTableFieldDescWin.hxx81 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 DFieldDescGenWin.cxx92 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 DFieldDescGenWin.hxx58 void SetControlText( sal_uInt16 nControlId, const String& rText );
59 String GetControlText( sal_uInt16 nControlId );
/trunk/main/fpicker/source/unx/kde4/
H A DKDE4FilePicker.hxx124 …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…
/trunk/main/dbaccess/source/ui/inc/
H A DFieldDescControl.hxx207 void SetControlText( sal_uInt16 nControlId, const String& rText );
208 String GetControlText( sal_uInt16 nControlId );
/trunk/main/dbaccess/source/ui/control/
H A DFieldDescControl.cxx551 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()

Completed in 71 milliseconds