Home
last modified time | relevance | path

Searched refs:rProp (Results 101 – 125 of 125) sorted by relevance

12345

/aoo41x/main/xmloff/source/style/
H A DPagePropertySetContext.hxx58 const XMLPropertyState& rProp);
/aoo41x/main/xmloff/source/chart/
H A DXMLSymbolImageContext.hxx39 const XMLPropertyState& rProp,
/aoo41x/main/ucb/source/ucp/webdav/
H A Dwebdavprovider.hxx110 ::com::sun::star::beans::Property & rProp,
H A Dwebdavcontent.cxx1317 const beans::Property& rProp = pProps[ n ]; in getPropertyValues() local
1320 const uno::Any & rValue = rData.getValue( rProp.Name ); in getPropertyValues()
1323 xRow->appendObject( rProp, rValue ); in getPropertyValues()
1340 xAdditionalPropSet, rProp ) ) in getPropertyValues()
1343 xRow->appendVoid( rProp ); in getPropertyValues()
H A DContentProperties.hxx170 void addProperty( const DAVPropertyValue & rProp );
/aoo41x/main/xmloff/inc/
H A DXMLTextColumnsContext.hxx62 const XMLPropertyState& rProp,
H A DXMLBackgroundImageContext.hxx61 const XMLPropertyState& rProp,
/aoo41x/main/xmloff/inc/xmloff/
H A Dxmlprcon.hxx69 const XMLPropertyState& rProp );
/aoo41x/main/ucb/source/core/
H A Ducbprops.hxx57 com::sun::star::beans::Property& rProp );
/aoo41x/main/sfx2/source/inc/
H A Dfltoptint.hxx38 …:com::sun::star::uno::Sequence< ::com::sun::star::beans::PropertyValue >& rProp ) throw (::com::su…
/aoo41x/main/chart2/source/model/main/
H A DChartModel_Persistence.cxx76 bool operator() ( const beans::PropertyValue & rProp ) in operator ()()
78 return rProp.Name.equals( m_aStr ); in operator ()()
/aoo41x/main/sfx2/source/doc/
H A Dobjuno.cxx649 const ::com::sun::star::beans::PropertyValue& rProp = pProps[n]; in setPropertyValues() local
650 setPropertyValue( rProp.Name, rProp.Value ); in setPropertyValues()
H A Doleprops.hxx342 …void SaveProperty( SvStream& rStrm, SfxOlePropertyBase& rProp, sal_Size& rnPropPosP…
H A Dsfxbasemodel.cxx2507 ::com::sun::star::beans::PropertyValue& rProp = rSeq[nArg]; in addTitle_Impl()
2508 if ( rProp.Name.equalsAscii("Title") ) in addTitle_Impl()
2510 rProp.Value <<= rTitle; in addTitle_Impl()
/aoo41x/main/sc/source/ui/unoobj/
H A Ddapiuno.cxx886 const beans::PropertyValue& rProp = aArgSeq[nArgPos]; in setPropertyValue() local
887 String aPropName(rProp.Name); in setPropertyValue()
891 if ( rProp.Value >>= aStrVal ) in setPropertyValue()
896 if ( rProp.Value >>= aStrVal ) in setPropertyValue()
901 if ( rProp.Value >>= aStrVal ) in setPropertyValue()
906 if ( rProp.Value >>= aStrVal ) in setPropertyValue()
H A Ddocuno.cxx662 const beans::PropertyValue& rProp = pPropArray[i]; in lcl_GetRenderDevice() local
663 String aPropName(rProp.Name); in lcl_GetRenderDevice()
667 uno::Reference<awt::XDevice> xRenderDevice(rProp.Value, uno::UNO_QUERY); in lcl_GetRenderDevice()
/aoo41x/main/vcl/source/gdi/
H A Dbmpconv.cxx71 virtual sal_Bool SAL_CALL hasProperty( const OUString& rProp ) throw();
/aoo41x/main/ucbhelper/inc/ucbhelper/
H A Dcontentinfo.hxx69 com::sun::star::beans::Property& rProp );
/aoo41x/main/oox/inc/oox/export/
H A Ddrawingml.hxx119 …l_Int32 nAdjustmentsWhichNeedsToBeConverted, const ::com::sun::star::beans::PropertyValue& rProp );
/aoo41x/main/toolkit/source/controls/
H A Dunocontrolmodel.cxx76 ImplControlProperty( const ImplControlProperty& rProp ) : aValue( rProp.aValue ) in ImplControlProperty()
78 nId = rProp.nId; in ImplControlProperty()
/aoo41x/main/cppuhelper/test/
H A Dtestpropshlp.cxx802 Reference < XPropertySet > rProp( xPS , UNO_QUERY ); in test_PropertySetHelper() local
803 OSL_ENSURE( rProp.is() , "PropertySetHelper: XPropertySet nor supported" ); in test_PropertySetHelper()
/aoo41x/main/oox/source/export/
H A Ddrawingml.cxx1208 …bPredefinedHandlesUsed, sal_Int32 nAdjustmentsWhichNeedsToBeConverted, const PropertyValue& rProp ) in WritePresetShape() argument
1216 if ( rProp.Value >>= aAdjustmentSeq ) { in WritePresetShape()
/aoo41x/main/xmloff/source/text/
H A Dtxtimp.cxx1312 const XMLPropertyState& rProp = pStyle->_GetProperties()[i]; in ConvertStarFonts() local
1313 sal_Int32 nIdx = rProp.mnIndex; in ConvertStarFonts()
1319 rProp.maValue >>= sFontName; in ConvertStarFonts()
/aoo41x/main/sfx2/source/dialog/
H A Ddinfdlg.cxx95 inline bool operator==( const CustomProperty& rProp ) in operator ==()
96 { return m_sName.equals( rProp.m_sName ) && m_aValue == rProp.m_aValue; } in operator ==()
/aoo41x/main/vcl/source/app/
H A Dsvapp.cxx2121 void Application::Property( ApplicationProperty& rProp ) in Property() argument
2124 pHandler->Property( rProp ); in Property()

Completed in 286 milliseconds

12345