Searched refs:i_rProps (Results 1 – 4 of 4) sorted by relevance
198 …PrinterController::PageSize modifyJobSetup( const Sequence< PropertyValue >& i_rProps, bool bNoNUP…815 …ImplPrinterControllerData::modifyJobSetup( const Sequence< PropertyValue >& i_rProps, bool bNoNUP ) in modifyJobSetup() argument821 …for( sal_Int32 nProperty = 0, nPropertyCount = i_rProps.getLength(); nProperty < nPropertyCount; +… in modifyJobSetup()823 if( i_rProps[ nProperty ].Name.equalsAscii( "PreferredPageSize" ) ) in modifyJobSetup()825 i_rProps[ nProperty ].Value >>= aSetSize; in modifyJobSetup()827 else if( i_rProps[ nProperty ].Name.equalsAscii( "PageSize" ) ) in modifyJobSetup()829 i_rProps[ nProperty ].Value >>= aIsSize; in modifyJobSetup()831 else if( i_rProps[ nProperty ].Name.equalsAscii( "PageIncludesNonprintableArea" ) ) in modifyJobSetup()834 i_rProps[ nProperty ].Value >>= bVal; in modifyJobSetup()837 else if( i_rProps[ nProperty ].Name.equalsAscii( "PrinterPaperTray" ) ) in modifyJobSetup()[all …]
184 void Window::setProperties( const uno::Sequence< beans::PropertyValue >& i_rProps ) in setProperties() argument186 const beans::PropertyValue* pVals = i_rProps.getConstArray(); in setProperties()187 for( sal_Int32 i = 0; i < i_rProps.getLength(); i++ ) in setProperties()
115 void setProperties( const uno::Sequence< beans::PropertyValue >& i_rProps ) const in setProperties()118 mpWindow->setProperties( i_rProps ); in setProperties()120 mpLayout->setProperties( i_rProps ); in setProperties()
230 void WindowArranger::setProperties( const uno::Sequence< beans::PropertyValue >& i_rProps ) in setProperties() argument232 const beans::PropertyValue* pProps = i_rProps.getConstArray(); in setProperties()234 for( sal_Int32 i = 0; i < i_rProps.getLength(); i++ ) in setProperties()
Completed in 55 milliseconds