Home
last modified time | relevance | path

Searched refs:aViewProps (Results 1 – 12 of 12) sorted by relevance

/trunk/main/sc/source/filter/xml/
H A Dxmlimprt.cxx2167 void ScXMLImport::SetViewSettings(const uno::Sequence<beans::PropertyValue>& aViewProps) in SetViewSettings() argument
2169 sal_Int32 nCount(aViewProps.getLength()); in SetViewSettings()
2176 rtl::OUString sName(aViewProps[i].Name); in SetViewSettings()
2178 aViewProps[i].Value >>= nHeight; in SetViewSettings()
2180 aViewProps[i].Value >>= nLeft; in SetViewSettings()
2182 aViewProps[i].Value >>= nTop; in SetViewSettings()
2184 aViewProps[i].Value >>= nWidth; in SetViewSettings()
2188 if(aViewProps[i].Value >>= aChangeProps) in SetViewSettings()
H A Dxmlimprt.hxx952 …iewSettings(const com::sun::star::uno::Sequence<com::sun::star::beans::PropertyValue>& aViewProps);
/trunk/main/dbaccess/source/filter/xml/
H A Dxmlfilter.cxx614 void ODBFilter::SetViewSettings(const Sequence<PropertyValue>& aViewProps) in SetViewSettings() argument
616 const PropertyValue *pIter = aViewProps.getConstArray(); in SetViewSettings()
617 const PropertyValue *pEnd = pIter + aViewProps.getLength(); in SetViewSettings()
H A Dxmlfilter.hxx163 …iewSettings(const com::sun::star::uno::Sequence<com::sun::star::beans::PropertyValue>& aViewProps);
/trunk/main/xmloff/source/draw/
H A Dsdxmlimp.cxx883 …ViewSettings(const com::sun::star::uno::Sequence<com::sun::star::beans::PropertyValue>& aViewProps) in SetViewSettings() argument
890 sal_Int32 nCount = aViewProps.getLength(); in SetViewSettings()
892 const beans::PropertyValue* pValues = aViewProps.getConstArray(); in SetViewSettings()
H A Dsdxmlimp_impl.hxx257 …iewSettings(const com::sun::star::uno::Sequence<com::sun::star::beans::PropertyValue>& aViewProps);
/trunk/main/starmath/source/
H A Dmathmlimport.hxx255 …iewSettings(const com::sun::star::uno::Sequence<com::sun::star::beans::PropertyValue>& aViewProps);
256 …ionSettings(const com::sun::star::uno::Sequence<com::sun::star::beans::PropertyValue>& aViewProps);
H A Dmathmlimport.cxx3100 void SmXMLImport::SetViewSettings(const Sequence<PropertyValue>& aViewProps) in SetViewSettings() argument
3121 sal_Int32 nCount = aViewProps.getLength(); in SetViewSettings()
3122 const PropertyValue *pValue = aViewProps.getConstArray(); in SetViewSettings()
/trunk/main/xmloff/source/core/
H A DDocumentSettingsContext.cxx344 com::sun::star::uno::Any aViewProps; member
401 m_pData->aViewProps, NULL); in CreateChildContext()
431 if (m_pData->aViewProps >>= aSeqViewProps) in EndElement()
/trunk/main/sw/source/filter/xml/
H A Dxmlimp.cxx1070 void SwXMLImport::SetViewSettings(const Sequence < PropertyValue > & aViewProps) in SetViewSettings() argument
1098 sal_Int32 nCount = aViewProps.getLength(); in SetViewSettings()
1099 const PropertyValue *pValue = aViewProps.getConstArray(); in SetViewSettings()
H A Dxmlimp.hxx203 …iewSettings(const com::sun::star::uno::Sequence<com::sun::star::beans::PropertyValue>& aViewProps);
/trunk/main/xmloff/inc/xmloff/
H A Dxmlimp.hxx334 …iewSettings(const com::sun::star::uno::Sequence<com::sun::star::beans::PropertyValue>& aViewProps);

Completed in 89 milliseconds