Home
last modified time | relevance | path

Searched defs:setProperty (Results 1 – 25 of 38) sorted by relevance

12

/trunk/main/reportbuilder/java/com/sun/star/report/
H A DJobProperties.java28 void setProperty(String key, Object value) in setProperty() method
/trunk/main/reportbuilder/java/com/sun/star/report/util/
H A DDefaultJobProperties.java54 public void setProperty(final String key, final Object value) in setProperty() method in DefaultJobProperties
/trunk/main/toolkit/source/awt/
H A Dvclxfixedline.cxx92 void SAL_CALL VCLXFixedLine::setProperty( const ::rtl::OUString& PropertyName, const Any &Value ) t… in setProperty() function in layoutimpl::VCLXFixedLine
H A Dvclxtabpagemodel.cxx72 void SAL_CALL VCLXTabPageModel::setProperty( in setProperty() function in VCLXTabPageModel
H A Dvclxscroller.cxx162 void SAL_CALL VCLXScroller::setProperty( const ::rtl::OUString& PropertyName, const Any &Value ) th… in setProperty() function in layoutimpl::VCLXScroller
H A Dvclxdialog.cxx160 void SAL_CALL VCLXDialog::setProperty( const ::rtl::OUString& PropertyName, const ::com::sun::star:… in setProperty() function in layoutimpl::VCLXDialog
H A Dvclxwindows.cxx236 void VCLXGraphicControl::setProperty( const ::rtl::OUString& PropertyName, const ::com::sun::star::… in setProperty() function in VCLXGraphicControl
487 void VCLXButton::setProperty( const ::rtl::OUString& PropertyName, const ::com::sun::star::uno::Any… in setProperty() function in VCLXButton
692 void VCLXImageControl::setProperty( const ::rtl::OUString& PropertyName, const ::com::sun::star::un… in setProperty() function in VCLXImageControl
951 void VCLXCheckBox::setProperty( const ::rtl::OUString& PropertyName, const ::com::sun::star::uno::A… in setProperty() function in VCLXCheckBox
1123 void VCLXRadioButton::setProperty( const ::rtl::OUString& PropertyName, const ::com::sun::star::uno… in setProperty() function in VCLXRadioButton
1860 void VCLXListBox::setProperty( const ::rtl::OUString& PropertyName, const ::com::sun::star::uno::An… in setProperty() function in VCLXListBox
2420 void SAL_CALL VCLXDialog::setProperty( in setProperty() function in VCLXDialog
2516 void SAL_CALL VCLXTabPage::setProperty( in setProperty() function in VCLXTabPage
3238 void VCLXScrollBar::setProperty( const ::rtl::OUString& PropertyName, const ::com::sun::star::uno::… in setProperty() function in VCLXScrollBar
3694 void VCLXEdit::setProperty( const ::rtl::OUString& PropertyName, const ::com::sun::star::uno::Any& … in setProperty() function in VCLXEdit
[all …]
H A Dvclxsplitter.cxx224 void SAL_CALL VCLXSplitter::setProperty( const ::rtl::OUString& PropertyName, const Any &Value ) th… in setProperty() function in layoutimpl::VCLXSplitter
H A Dvclxtabpagecontainer.cxx104 void SAL_CALL VCLXTabPageContainer::setProperty(const ::rtl::OUString& PropertyName, const Any& V… in setProperty() function in VCLXTabPageContainer
H A Dvclxspinbutton.cxx251 …void SAL_CALL VCLXSpinButton::setProperty( const ::rtl::OUString& PropertyName, const Any& Value )… in setProperty() function in toolkit::VCLXSpinButton
H A Danimatedimagespeer.cxx337 …void SAL_CALL AnimatedImagesPeer::setProperty( const ::rtl::OUString& i_propertyName, const Any& i… in setProperty() function in toolkit::AnimatedImagesPeer
H A Dvclxtabcontrol.cxx526 void SAL_CALL VCLXTabControl::setProperty( const ::rtl::OUString& PropertyName, const uno::Any &Val… in setProperty() function in layoutimpl::VCLXTabControl
/trunk/main/oox/inc/oox/helper/
H A Dpropertymap.hxx77 inline bool setProperty( sal_Int32 nPropId, const Type& rValue ) in setProperty() function in oox::PropertyMap
H A Dpropertyset.hxx116 inline bool setProperty( sal_Int32 nPropId, const Type& rValue ) in setProperty() function in oox::PropertySet
/trunk/main/dbaccess/source/ui/uno/
H A DColumnPeer.cxx132 void OColumnPeer::setProperty( const ::rtl::OUString& _rPropertyName, const Any& Value) throw( Runt… in setProperty() function in dbaui::OColumnPeer
/trunk/main/toolkit/source/layout/core/
H A Dproplist.cxx82 setProperty( const uno::Reference< uno::XInterface > &xPeer, in setProperty() function
259 setProperty( uno::Reference< uno::XInterface > const& xPeer, in setProperty() function
H A Droot.cxx388 void LayoutWidget::setProperty( OUString const& attr, OUString const& value ) in setProperty() function in layoutimpl::LayoutWidget
/trunk/main/oox/inc/oox/drawingml/
H A Dshapepropertymap.hxx113 inline bool setProperty( ShapePropertyId ePropId, const Type& rValue ) in setProperty() function in oox::drawingml::ShapePropertyMap
/trunk/main/svtools/source/uno/
H A Dunoiface.cxx418 void VCLXMultiLineEdit::setProperty( const ::rtl::OUString& PropertyName, const ::com::sun::star::u… in setProperty() function in VCLXMultiLineEdit
842 void SVTXFormattedField::setProperty( const ::rtl::OUString& PropertyName, const ::com::sun::star::… in setProperty() function in SVTXFormattedField
1562 void SVTXRoadmap::setProperty( const ::rtl::OUString& PropertyName, const ::com::sun::star::uno::An… in setProperty() function in SVTXRoadmap
1993 void SVTXCurrencyField::setProperty( const ::rtl::OUString& PropertyName, const ::com::sun::star::u… in setProperty() function in SVTXCurrencyField
2216 void VCLXProgressBar::setProperty( const ::rtl::OUString& PropertyName, const ::com::sun::star::uno… in setProperty() function in VCLXProgressBar
2332 void SAL_CALL SVTXDateField::setProperty( const ::rtl::OUString& PropertyName, const ::com::sun::st… in setProperty() function in SVTXDateField
/trunk/main/connectivity/source/drivers/jdbc/
H A Dtools.cxx44 void java_util_Properties::setProperty(const ::rtl::OUString key, const ::rtl::OUString& value) in setProperty() function in java_util_Properties
/trunk/main/package/source/package/manifest/
H A DManifestImport.cxx41 #define setProperty(e,v) do{ if(!maValues[e].hasValue()) maValues[e] <<= v;} while(0) macro
/trunk/main/configmgr/source/
H A Dchildaccess.cxx221 void ChildAccess::setProperty( in setProperty() function in configmgr::ChildAccess
/trunk/main/reportdesign/source/core/sdr/
H A DUndoActions.cxx383 void ORptUndoPropertyAction::setProperty(sal_Bool _bOld) in setProperty() function in rptui::ORptUndoPropertyAction
/trunk/main/extensions/source/update/check/
H A Dupdatehdl.hxx155 …static void setProperty( com::sun::star::uno::Sequence< com::sun::star::beans::NamedVa… in setProperty() function in UpdateHandler
/trunk/main/forms/source/solar/component/
H A Dnavbarcontrol.cxx332 …void SAL_CALL ONavigationBarPeer::setProperty( const ::rtl::OUString& _rPropertyName, const Any& _… in setProperty() function in frm::ONavigationBarPeer

Completed in 113 milliseconds

12