Searched refs:aViewProps (Results 1 – 12 of 12) sorted by relevance
2167 void ScXMLImport::SetViewSettings(const uno::Sequence<beans::PropertyValue>& aViewProps) in SetViewSettings() argument2169 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()
952 …iewSettings(const com::sun::star::uno::Sequence<com::sun::star::beans::PropertyValue>& aViewProps);
614 void ODBFilter::SetViewSettings(const Sequence<PropertyValue>& aViewProps) in SetViewSettings() argument616 const PropertyValue *pIter = aViewProps.getConstArray(); in SetViewSettings()617 const PropertyValue *pEnd = pIter + aViewProps.getLength(); in SetViewSettings()
163 …iewSettings(const com::sun::star::uno::Sequence<com::sun::star::beans::PropertyValue>& aViewProps);
883 …ViewSettings(const com::sun::star::uno::Sequence<com::sun::star::beans::PropertyValue>& aViewProps) in SetViewSettings() argument890 sal_Int32 nCount = aViewProps.getLength(); in SetViewSettings()892 const beans::PropertyValue* pValues = aViewProps.getConstArray(); in SetViewSettings()
257 …iewSettings(const com::sun::star::uno::Sequence<com::sun::star::beans::PropertyValue>& aViewProps);
255 …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);
3100 void SmXMLImport::SetViewSettings(const Sequence<PropertyValue>& aViewProps) in SetViewSettings() argument3121 sal_Int32 nCount = aViewProps.getLength(); in SetViewSettings()3122 const PropertyValue *pValue = aViewProps.getConstArray(); in SetViewSettings()
344 com::sun::star::uno::Any aViewProps; member401 m_pData->aViewProps, NULL); in CreateChildContext()431 if (m_pData->aViewProps >>= aSeqViewProps) in EndElement()
1070 void SwXMLImport::SetViewSettings(const Sequence < PropertyValue > & aViewProps) in SetViewSettings() argument1098 sal_Int32 nCount = aViewProps.getLength(); in SetViewSettings()1099 const PropertyValue *pValue = aViewProps.getConstArray(); in SetViewSettings()
203 …iewSettings(const com::sun::star::uno::Sequence<com::sun::star::beans::PropertyValue>& aViewProps);
334 …iewSettings(const com::sun::star::uno::Sequence<com::sun::star::beans::PropertyValue>& aViewProps);
Completed in 87 milliseconds