Home
last modified time | relevance | path

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

123456

/aoo41x/main/starmath/source/
H A Dmathmlexport.cxx724 void SmXMLExport::GetConfigurationSettings( Sequence < PropertyValue > & rProps) in GetConfigurationSettings() argument
736 rProps.realloc(nCount); in GetConfigurationSettings()
737 PropertyValue* pProps = rProps.getArray(); in GetConfigurationSettings()
/aoo41x/main/xmloff/inc/xmloff/
H A Dxmlnume.hxx69 ::com::sun::star::beans::PropertyValue>& rProps,
H A DSettingsExportHelper.hxx91 const com::sun::star::uno::Sequence < com::sun::star::formula::SymbolDescriptor > &rProps,
H A Dxmluconv.hxx400 …oid convertPropertySet(com::sun::star::uno::Sequence<com::sun::star::beans::PropertyValue>& rProps,
H A Dxmlexp.hxx186 …tViewSettingsAndViews(com::sun::star::uno::Sequence<com::sun::star::beans::PropertyValue>& rProps);
/aoo41x/main/sdext/source/pdfimport/tree/
H A Dwritertreevisiting.hxx91 PropertyMap& rProps,
H A Ddrawtreevisiting.hxx99 PropertyMap& rProps,
/aoo41x/main/xmloff/source/draw/
H A Dsdxmlexp.cxx2651 void SdXMLExport::GetViewSettings(uno::Sequence<beans::PropertyValue>& rProps) in GetViewSettings() argument
2653 rProps.realloc(4); in GetViewSettings()
2654 beans::PropertyValue* pProps = rProps.getArray(); in GetViewSettings()
2682 void SdXMLExport::GetConfigurationSettings(uno::Sequence<beans::PropertyValue>& rProps) in GetConfigurationSettings() argument
2689 SvXMLUnitConverter::convertPropertySet( rProps, xProps ); in GetConfigurationSettings()
/aoo41x/main/unotools/inc/unotools/
H A Ducblockbytes.hxx141 const NS_UNO::Sequence < NS_BEANS::PropertyValue >& rProps,
/aoo41x/main/basic/source/inc/
H A Dpropacc.hxx123 PropertySetInfoImpl( NS_UNO::Sequence< NS_BEANS::Property >& rProps );
/aoo41x/main/sw/source/ui/vba/
H A Dvbadocumentproperties.cxx490 DocPropEnumeration( const DocProps& rProps ) : mDocProps( rProps ), mIt( mDocProps.begin() ) {} in DocPropEnumeration() argument
/aoo41x/main/xmloff/source/core/
H A Dxmluconv.cxx1793 void SvXMLUnitConverter::convertPropertySet(uno::Sequence<beans::PropertyValue>& rProps, in convertPropertySet() argument
1803 rProps.realloc(nCount); in convertPropertySet()
1804 beans::PropertyValue* pProps = rProps.getArray(); in convertPropertySet()
/aoo41x/main/svx/source/table/
H A Dsvdotable.cxx105 TableProperties(const TableProperties& rProps, SdrObject& rObj );
121 TableProperties::TableProperties(const TableProperties& rProps, SdrObject& rObj) in TableProperties() argument
122 : TextProperties(rProps, rObj) in TableProperties()
/aoo41x/main/framework/inc/xml/
H A Dmenudocumenthandler.hxx104 … initPropertyCommon( com::sun::star::uno::Sequence< com::sun::star::beans::PropertyValue > &rProps,
/aoo41x/main/sot/source/sdstor/
H A Ducbstorage.cxx2289 const Sequence< Property > & rProps = rCurr.Properties; local
2290 if ( rProps.getLength() != 1 )
2293 if ( !rProps[ 0 ].Name.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM( "Title" ) ) )
/aoo41x/main/filter/inc/filter/msfilter/
H A Descherex.hxx1553 virtual void Commit( EscherPropertyContainer& rProps, const Rectangle& rRect );
/aoo41x/main/sfx2/source/appl/
H A Dappuno.cxx2293 … const ::com::sun::star::uno::Sequence< ::com::sun::star::beans::PropertyValue >& rProps ) in setFilterOptions()
2296 rProperties = rProps; in setFilterOptions()
/aoo41x/main/filter/source/msfilter/
H A Descherex.cxx5536 void EscherEx::Commit( EscherPropertyContainer& rProps, const Rectangle& ) in Commit() argument
5538 rProps.Commit( GetStream() ); in Commit()

Completed in 596 milliseconds

123456