Home
last modified time | relevance | path

Searched refs:rProps (Results 51 – 75 of 143) sorted by relevance

123456

/trunk/main/sw/source/ui/vba/
H A Dvbaheaderfooter.cxx36rProps, sal_Bool isHeader, sal_Int32 index ) throw ( uno::RuntimeException ) : SwVbaHeaderFooter_B… in SwVbaHeaderFooter() argument
/trunk/main/sc/source/filter/xml/
H A Dxmlexprt.hxx253 …angeTrackViewSettings(com::sun::star::uno::Sequence<com::sun::star::beans::PropertyValue>& rProps);
254 … void GetViewSettings(com::sun::star::uno::Sequence<com::sun::star::beans::PropertyValue>& rProps);
255 …ConfigurationSettings(com::sun::star::uno::Sequence<com::sun::star::beans::PropertyValue>& rProps);
/trunk/main/svx/source/sdr/properties/
H A Dtextproperties.cxx73 TextProperties::TextProperties(const TextProperties& rProps, SdrObject& rObj) in TextProperties() argument
74 : AttributeProperties(rProps, rObj), in TextProperties()
75 maVersion(rProps.getVersion()) in TextProperties()
H A Dcustomshapeproperties.cxx203 … CustomShapeProperties::CustomShapeProperties(const CustomShapeProperties& rProps, SdrObject& rObj) in CustomShapeProperties() argument
204 : TextProperties(rProps, rObj) in CustomShapeProperties()
H A Dgroupproperties.cxx55 GroupProperties::GroupProperties(const GroupProperties& rProps, SdrObject& rObj) in GroupProperties() argument
56 : DefaultProperties(rProps, rObj) in GroupProperties()
H A De3dsceneproperties.cxx44 E3dSceneProperties::E3dSceneProperties(const E3dSceneProperties& rProps, SdrObject& rObj) in E3dSceneProperties() argument
45 : E3dProperties(rProps, rObj) in E3dSceneProperties()
/trunk/main/filter/source/pdf/
H A Dpdfdialog.cxx197 void SAL_CALL PDFDialog::setPropertyValues( const Sequence< PropertyValue >& rProps ) in setPropertyValues() argument
200 maMediaDescriptor = rProps; in setPropertyValues()
/trunk/main/sdext/source/pdfimport/tree/
H A Dstyle.hxx52 Style( const rtl::OString& rName, const PropertyMap& rProps ) : in Style()
54 Properties( rProps ), in Style()
/trunk/main/xmloff/source/style/
H A DXMLFootnoteSeparatorImport.cxx68 vector<XMLPropertyState> & rProps, in XMLFootnoteSeparatorImport() argument
72 rProperties(rProps), in XMLFootnoteSeparatorImport()
H A Dxmltabi.cxx199 ::std::vector< XMLPropertyState > &rProps ) in SvxXMLTabStopImportContext()
200 : XMLElementPropertyContext( rImport, nPrfx, rLName, rProp, rProps ), in SvxXMLTabStopImportContext()
H A DXMLBackgroundImageContext.cxx339 ::std::vector< XMLPropertyState > &rProps ) : in XMLBackgroundImageContext()
340 XMLElementPropertyContext( rImport, nPrfx, rLName, rProp, rProps ), in XMLBackgroundImageContext()
H A Dxmlnume.cxx113 const uno::Sequence<beans::PropertyValue>& rProps, in exportLevelStyle() argument
146 const sal_Int32 nCount = rProps.getLength(); in exportLevelStyle()
147 const beans::PropertyValue* pPropArray = rProps.getConstArray(); in exportLevelStyle()
/trunk/main/filter/source/svg/
H A Dsvgdialog.cxx241 void SAL_CALL SVGDialog::setPropertyValues( const Sequence< PropertyValue >& rProps ) in setPropertyValues() argument
244 maMediaDescriptor = rProps; in setPropertyValues()
/trunk/main/xmloff/source/text/
H A DXMLSectionFootnoteConfigImport.cxx65 vector<XMLPropertyState> & rProps, in XMLSectionFootnoteConfigImport() argument
68 rProperties(rProps), in XMLSectionFootnoteConfigImport()
/trunk/main/filter/source/flash/
H A Dswfdialog.cxx258 void SAL_CALL SWFDialog::setPropertyValues( const Sequence< PropertyValue >& rProps ) in setPropertyValues() argument
261 maMediaDescriptor = rProps; in setPropertyValues()
/trunk/main/toolkit/source/layout/core/
H A Droot.hxx134 virtual void setProperties( const PropList &rProps );
138 virtual void setChildProperties( LayoutWidget *pChild, const PropList &rProps );
H A Dimport.hxx97 virtual void setProperties( const PropList &rProps );
100 virtual void setChildProperties( Widget *pChild, const PropList &rProps );
/trunk/main/linguistic/source/
H A Dlngopt.cxx563 LinguProps::setPropertyValues( const Sequence< PropertyValue >& rProps ) in setPropertyValues() argument
569 sal_Int32 nLen = rProps.getLength(); in setPropertyValues()
570 const PropertyValue *pVal = rProps.getConstArray(); in setPropertyValues()
/trunk/main/ucb/source/ucp/hierarchy/
H A Dhierarchycontent.cxx134 const HierarchyContentProperties& rProps ) in HierarchyContent() argument
136 m_aProps( rProps ), in HierarchyContent()
714 HierarchyContentProperties& rProps ) in loadData() argument
722 rProps = HierarchyContentProperties( HierarchyEntryData::FOLDER ); in loadData()
731 rProps = HierarchyContentProperties( aData ); in loadData()
/trunk/main/xmloff/source/core/
H A DSettingsExportHelper.cxx305 const uno::Sequence < formula::SymbolDescriptor > &rProps, in exportSymbolDescriptors()
330 sal_Int32 nCount = rProps.getLength(); in exportSymbolDescriptors()
331 const formula::SymbolDescriptor *pDescriptor = rProps.getConstArray(); in exportSymbolDescriptors()
/trunk/main/ucbhelper/inc/ucbhelper/
H A Dresultsetmetadata.hxx172 ::com::sun::star::beans::Property >& rProps,
192 ::com::sun::star::beans::Property >& rProps,
/trunk/main/toolkit/workben/layout/
H A Deditor.cxx258 virtual void setProperties( const PropList &rProps ) in setProperties() argument
261 LayoutWidget::setProperties( rProps ); in setProperties()
264 virtual void setChildProperties( LayoutWidget *pChild, const PropList &rProps ) in setChildProperties() argument
266 maOriChildProps = rProps; in setChildProperties()
267 LayoutWidget::setChildProperties( pChild, rProps ); in setChildProperties()
/trunk/main/svx/source/table/
H A Dpropertyset.hxx51 FastPropertySetInfo( const PropertyVector& rProps );
55 void addProperties( const PropertyVector& rProps );
/trunk/main/chart2/source/view/axes/
H A DTickmarkHelper.cxx856 const TickmarkProperties& rProps = rAxisProperties.m_aTickmarkPropertiesList[nN]; in getDistanceAxisTickToText() local
857 B2DVector aNewStart = aOrthoDirection*rProps.RelativePos; in getDistanceAxisTickToText()
858 B2DVector aNewEnd = aNewStart - aOrthoDirection*rProps.Length; in getDistanceAxisTickToText()
/trunk/main/ucb/source/ucp/tdoc/
H A Dtdoc_content.cxx160 const ContentProperties & rProps ) in Content() argument
162 m_aProps( rProps ), in Content()
2414 ContentProperties& rProps ) in loadData() argument
2418 rProps in loadData()
2430 rProps in loadData()
2451 rProps in loadData()

Completed in 119 milliseconds

123456