/aoo4110/main/fpicker/source/office/ |
H A D | commonpicker.cxx | 257 …void SAL_CALL OCommonPicker::setControlProperty( const ::rtl::OUString& aControlName, const ::rtl:… in setControlProperty() argument 265 aAccess.setControlProperty( aControlName, aControlProperty, aValue ); in setControlProperty() 270 …Any SAL_CALL OCommonPicker::getControlProperty( const ::rtl::OUString& aControlName, const ::rtl::… in getControlProperty() argument 278 return aAccess.getControlProperty( aControlName, aControlProperty ); in getControlProperty() 302 …sal_Bool SAL_CALL OCommonPicker::isControlSupported( const ::rtl::OUString& aControlName ) throw (… in isControlSupported() argument 310 return aAccess.isControlSupported( aControlName ); in isControlSupported() 317 … OCommonPicker::getSupportedControlProperties( const ::rtl::OUString& aControlName ) throw (Illega… in getSupportedControlProperties() argument 325 return aAccess.getSupportedControlProperties( aControlName ); in getSupportedControlProperties() 332 …sal_Bool SAL_CALL OCommonPicker::isControlPropertySupported( const ::rtl::OUString& aControlName, … in isControlPropertySupported() argument 340 return aAccess.isControlPropertySupported( aControlName, aControlProperty ); in isControlPropertySupported()
|
H A D | commonpicker.hxx | 153 …virtual void SAL_CALL setControlProperty( const ::rtl::OUString& aControlName, const ::rtl::OUStri… 154 …n::star::uno::Any SAL_CALL getControlProperty( const ::rtl::OUString& aControlName, const ::rtl::O… 160 …virtual sal_Bool SAL_CALL isControlSupported( const ::rtl::OUString& aControlName ) throw (::com::… 161 …ring > SAL_CALL getSupportedControlProperties( const ::rtl::OUString& aControlName ) throw (::com:… 162 …virtual sal_Bool SAL_CALL isControlPropertySupported( const ::rtl::OUString& aControlName, const :…
|
/aoo4110/main/offapi/com/sun/star/ui/dialogs/ |
H A D | XControlInformation.idl | 58 @param aControlName 66 boolean isControlSupported( [in] string aControlName ); 72 @param aControlName 82 sequence<string> getSupportedControlProperties( [in] string aControlName ) 88 @param aControlName 101 boolean isControlPropertySupported( [in] string aControlName, [in] string aControlProperty )
|
H A D | XControlAccess.idl | 57 @param aControlName 72 void setControlProperty( [in] string aControlName, [in] string aControlProperty, [in] any aValue ) 78 @param aControlName 92 any getControlProperty( [in] string aControlName, [in] string aControlProperty )
|
/aoo4110/main/vbahelper/source/msforms/ |
H A D | vbacontrols.cxx | 439 ::rtl::OUString aControlName; in Remove() 450 if ( !( ( StringKeyOrIndex >>= aControlName ) && aControlName.getLength() ) in Remove() 455 if ( aControlName.getLength() ) in Remove() 458 xControl = xControlContainer->getControl( aControlName ); in Remove() 468 if ( !aControlName.getLength() ) in Remove() 469 aControlName = ControlArrayWrapper::getControlName( xControl ); in Remove() 471 xDialogContainer->removeByName( aControlName ); in Remove()
|
/aoo4110/main/swext/mediawiki/src/com/sun/star/wiki/ |
H A D | Helper.java | 878 private static XControl GetControlFromDialog( XDialog xDialog, String aControlName ) in GetControlFromDialog() argument 885 Object oControl = xControlCont.getControl( aControlName ); in GetControlFromDialog() 892 private static XPropertySet GetSubControlPropSet( XDialog xDialog, String aControlName ) in GetSubControlPropSet() argument 894 XControl xControl = GetControlFromDialog( xDialog, aControlName ); in GetSubControlPropSet() 901 …protected static void SetControlPropInDialog( XDialog xDialog, String aControlName, String aPropNa… in SetControlPropInDialog() argument 903 if ( xDialog != null && aControlName != null && aPropName != null && aPropValue != null ) in SetControlPropInDialog() 907 XPropertySet xPropSet = GetSubControlPropSet( xDialog, aControlName ); in SetControlPropInDialog()
|
/aoo4110/main/extensions/source/bibliography/ |
H A D | bibbeam.cxx | 159 rtl::OUString aControlName; in createGridWin() local 160 aAny >>= aControlName; in createGridWin() 162 m_xControl = Reference< awt::XControl > (xMgr->createInstance( aControlName ), UNO_QUERY ); in createGridWin()
|
H A D | general.cxx | 503 rtl::OUString aControlName; in AddXControl() local 504 aAny >>= aControlName; in AddXControl() 548 aControlName = C2U("com.sun.star.form.control.ListBox"); in AddXControl() 553 uno::Reference< awt::XControl > xControl(xMgr->createInstance( aControlName ), UNO_QUERY ); in AddXControl()
|
H A D | datman.cxx | 1426 ::rtl::OUString aControlName(C2U("com.sun.star.form.control.InteractionGridControl")); in createGridModel() 1427 Any aAny; aAny <<= aControlName; in createGridModel()
|
/aoo4110/main/sdext/source/minimizer/ |
H A D | optimizerdialog.cxx | 414 OUString aControlName; in itemStateChanged() local 420 xPropertySet->getPropertyValue( TKGet( TK_Name ) ) >>= aControlName; in itemStateChanged() 421 PPPOptimizerTokenEnum eControl( TKGet( aControlName ) ); in itemStateChanged()
|
/aoo4110/main/sd/source/filter/eppt/ |
H A D | epptso.cxx | 4612 String aControlName; in ImplWritePage() local 4614 … if ( SvxMSConvertOCXControls::WriteOCXStream( xTemp, aXControlModel, aSize, aControlName ) ) in ImplWritePage() 4652 if ( aControlName.Len() ) in ImplWritePage() 4653 PPTWriter::WriteCString( *mpExEmbed, aControlName, 1 ); in ImplWritePage() 4676 if ( aControlName.Len() ) in ImplWritePage() 4679 nBufSize = ( aControlName.Len() + 1 ) << 1; in ImplWritePage() 4682 for ( i = 0; i < aControlName.Len(); i++ ) in ImplWritePage() 4684 sal_Unicode nUnicode = aControlName.GetChar( i ); in ImplWritePage()
|
/aoo4110/main/svx/source/form/ |
H A D | navigatortreemodel.cxx | 592 ::rtl::OUString aControlName; in FillBranch()
|