Home
last modified time | relevance | path

Searched refs:getPropertyDefaultByHandle (Results 1 – 25 of 53) sorted by relevance

123

/trunk/main/forms/source/richtext/
H A Drichtextmodel.cxx85 getPropertyDefaultByHandle( PROPERTY_ID_BORDER ) >>= m_nBorder; in DBG_NAME()
86 getPropertyDefaultByHandle( PROPERTY_ID_ENABLED ) >>= m_bEnabled; in DBG_NAME()
89 getPropertyDefaultByHandle( PROPERTY_ID_HSCROLL ) >>= m_bHScroll; in DBG_NAME()
90 getPropertyDefaultByHandle( PROPERTY_ID_VSCROLL ) >>= m_bVScroll; in DBG_NAME()
91 getPropertyDefaultByHandle( PROPERTY_ID_READONLY ) >>= m_bReadonly; in DBG_NAME()
92 getPropertyDefaultByHandle( PROPERTY_ID_PRINTABLE ) >>= m_bPrintable; in DBG_NAME()
93 getPropertyDefaultByHandle( PROPERTY_ID_ALIGN ) >>= m_aAlign; in DBG_NAME()
94 getPropertyDefaultByHandle( PROPERTY_ID_ECHO_CHAR ) >>= m_nEchoChar; in DBG_NAME()
432 Any ORichTextModel::getPropertyDefaultByHandle( sal_Int32 _nHandle ) const in getPropertyDefaultByHandle() function in frm::ORichTextModel
492 aDefault = FontControlModel::getPropertyDefaultByHandle( _nHandle ); in getPropertyDefaultByHandle()
[all …]
/trunk/main/forms/source/component/
H A Dnavigationbar.cxx76 getPropertyDefaultByHandle( PROPERTY_ID_ICONSIZE ) >>= m_nIconSize; in DBG_NAME()
77 getPropertyDefaultByHandle( PROPERTY_ID_BORDER ) >>= m_nBorder; in DBG_NAME()
78 getPropertyDefaultByHandle( PROPERTY_ID_DELAY ) >>= m_nDelay; in DBG_NAME()
79 getPropertyDefaultByHandle( PROPERTY_ID_ENABLED ) >>= m_bEnabled; in DBG_NAME()
80 getPropertyDefaultByHandle( PROPERTY_ID_ENABLEVISIBLE ) >>= m_bEnableVisible; in DBG_NAME()
81 getPropertyDefaultByHandle( PROPERTY_ID_SHOW_POSITION ) >>= m_bShowPosition; in DBG_NAME()
83 getPropertyDefaultByHandle( PROPERTY_ID_SHOW_RECORDACTIONS ) >>= m_bShowActions; in DBG_NAME()
85 getPropertyDefaultByHandle( PROPERTY_ID_WRITING_MODE ) >>= m_nWritingMode; in DBG_NAME()
427 Any ONavigationBarModel::getPropertyDefaultByHandle( sal_Int32 _nHandle ) const in getPropertyDefaultByHandle() function in frm::ONavigationBarModel
474 aDefault = FontControlModel::getPropertyDefaultByHandle( _nHandle ); in getPropertyDefaultByHandle()
[all …]
H A Dspinbutton.cxx164 Any OSpinButtonModel::getPropertyDefaultByHandle( sal_Int32 _nHandle ) const in getPropertyDefaultByHandle() function in frm::OSpinButtonModel
175 aReturn = OBoundControlModel::getPropertyDefaultByHandle( _nHandle ); in getPropertyDefaultByHandle()
H A Dscrollbar.cxx208 Any OScrollBarModel::getPropertyDefaultByHandle( sal_Int32 _nHandle ) const in getPropertyDefaultByHandle() function in frm::OScrollBarModel
219 aReturn = OBoundControlModel::getPropertyDefaultByHandle( _nHandle ); in getPropertyDefaultByHandle()
H A DFile.cxx152 Any OFileControlModel::getPropertyDefaultByHandle( sal_Int32 _nHandle ) const in getPropertyDefaultByHandle() function in frm::OFileControlModel
160 return OControlModel::getPropertyDefaultByHandle( _nHandle ); in getPropertyDefaultByHandle()
H A DEditBase.cxx339 Any OEditBaseModel::getPropertyDefaultByHandle( sal_Int32 nHandle ) const in getPropertyDefaultByHandle() function in frm::OEditBaseModel
352 return OBoundControlModel::getPropertyDefaultByHandle(nHandle); in getPropertyDefaultByHandle()
H A DFormattedField.cxx534 Any OFormattedModel::getPropertyDefaultByHandle( sal_Int32 nHandle ) const in getPropertyDefaultByHandle() function in frm::OFormattedModel
542 return OEditBaseModel::getPropertyDefaultByHandle(nHandle); in getPropertyDefaultByHandle()
552 return getPropertyDefaultByHandle(PROPERTY_ID_FORMATSSUPPLIER); in getPropertyDefault()
H A DGrid.cxx733 Any OGridControlModel::getPropertyDefaultByHandle( sal_Int32 nHandle ) const in getPropertyDefaultByHandle() function in frm::OGridControlModel
779 aReturn = FontControlModel::getPropertyDefaultByHandle( nHandle ); in getPropertyDefaultByHandle()
781 aReturn = OControlModel::getPropertyDefaultByHandle(nHandle); in getPropertyDefaultByHandle()
H A DButton.cxx313 Any OButtonModel::getPropertyDefaultByHandle( sal_Int32 _nHandle ) const in getPropertyDefaultByHandle() function in frm::OButtonModel
323 aDefault = OClickableImageBaseModel::getPropertyDefaultByHandle( _nHandle ); in getPropertyDefaultByHandle()
H A DColumns.cxx472 Any OGridColumn::getPropertyDefaultByHandle( sal_Int32 nHandle ) const in getPropertyDefaultByHandle() function in frm::OGridColumn
482 return OPropertySetAggregationHelper::getPropertyDefaultByHandle(nHandle); in getPropertyDefaultByHandle()
H A Dclickableimage.cxx891 Any OClickableImageBaseModel::getPropertyDefaultByHandle( sal_Int32 nHandle ) const in getPropertyDefaultByHandle() function in frm::OClickableImageBaseModel
900 return OControlModel::getPropertyDefaultByHandle(nHandle); in getPropertyDefaultByHandle()
H A Dscrollbar.hxx57 virtual ::com::sun::star::uno::Any getPropertyDefaultByHandle( sal_Int32 _nHandle ) const;
H A Dspinbutton.hxx57 virtual ::com::sun::star::uno::Any getPropertyDefaultByHandle( sal_Int32 _nHandle ) const;
H A DEditBase.hxx91 virtual ::com::sun::star::uno::Any getPropertyDefaultByHandle( sal_Int32 nHandle ) const;
H A DFormComponent.cxx945 Any aCurrentValue = getPropertyDefaultByHandle( _nHandle ); in getPropertyStateByHandle()
960 Any aDefault = getPropertyDefaultByHandle( _nHandle ); in setPropertyToDefaultByHandle()
971 Any OControlModel::getPropertyDefaultByHandle( sal_Int32 _nHandle ) const in getPropertyDefaultByHandle() function in frm::OControlModel
1864 Any OBoundControlModel::getPropertyDefaultByHandle( sal_Int32 _nHandle ) const in getPropertyDefaultByHandle() function in frm::OBoundControlModel
H A DFile.hxx67 virtual ::com::sun::star::uno::Any getPropertyDefaultByHandle( sal_Int32 _nHandle ) const;
/trunk/main/comphelper/source/property/
H A Dpropertystatecontainer.cxx157 getPropertyDefaultByHandle( getHandleForName( _rPropertyName ), aDefault ); in getPropertyDefault()
166 Any aDefaultValue; getPropertyDefaultByHandle( _nHandle, aDefaultValue ); in getPropertyStateByHandle()
184 getPropertyDefaultByHandle( _nHandle, aDefault ); in setPropertyToDefaultByHandle()
238 virtual void getPropertyDefaultByHandle( sal_Int32 _nHandle, Any& _rDefault ) const;
282 void Test::getPropertyDefaultByHandle( sal_Int32 _nHandle, Any& _rDefault ) const in IMPLEMENT_FORWARD_XINTERFACE2()
H A Dpropstate.cxx127 return getPropertyDefaultByHandle(nHandle); in getPropertyDefault()
164 Any aCurrentValue = getPropertyDefaultByHandle( _nHandle ); in getPropertyStateByHandle()
179 setFastPropertyValue( _nHandle, getPropertyDefaultByHandle( _nHandle ) ); in setPropertyToDefaultByHandle()
183 ::com::sun::star::uno::Any OPropertyStateHelper::getPropertyDefaultByHandle( sal_Int32 ) const in getPropertyDefaultByHandle() function in comphelper::OPropertyStateHelper
H A Dopropertybag.cxx571 Any OPropertyBag::getPropertyDefaultByHandle( sal_Int32 _nHandle ) const in getPropertyDefaultByHandle() function in comphelper::OPropertyBag
574 m_aDynamicProperties.getPropertyDefaultByHandle( _nHandle, aDefault ); in getPropertyDefaultByHandle()
/trunk/main/dbaccess/source/core/inc/
H A Ddatasettings.hxx91 …virtual void getPropertyDefaultByHandle( sal_Int32 _nHandle, ::com::sun::star::uno::Any& _rDefault…
/trunk/main/comphelper/inc/comphelper/
H A Dpropertybag.hxx205 void getPropertyDefaultByHandle(
H A Dpropertystatecontainer.hxx96 …virtual void getPropertyDefaultByHandle( sal_Int32 _nHandle, ::com::sun::star::uno::Any& _rDefault…
H A Dpropstate.hxx75 virtual ::com::sun::star::uno::Any getPropertyDefaultByHandle(sal_Int32 nHandle) const;
/trunk/main/forms/source/inc/
H A Dformcontrolfont.hxx83 getPropertyDefaultByHandle ( sal_Int32 _nHandle ) const;
H A Dpropertybaghelper.hxx142 m_aDynamicProperties.getPropertyDefaultByHandle( _nHandle, _out_rValue ); in getDynamicPropertyDefaultByHandle()

Completed in 72 milliseconds

123