Searched refs:i_rProperties (Results 1 – 4 of 4) sorted by relevance
/aoo4110/main/ucb/source/ucp/ext/ |
H A D | ucpext_content.cxx | 391 const Sequence< Property >& i_rProperties, const ::rtl::OUString& i_rTitle ) in getArtificialNodePropertyValues() 396 const sal_Int32 nCount = i_rProperties.getLength(); in getArtificialNodePropertyValues() 401 const Property* pProps = i_rProperties.getConstArray(); in getArtificialNodePropertyValues() 475 …Reference< XRow > Content::getPropertyValues( const Sequence< Property >& i_rProperties, const Ref… in getPropertyValues() argument 482 … return getArtificialNodePropertyValues( m_xSMgr, i_rProperties, ContentProvider::getRootURL() ); in getPropertyValues() 484 return getArtificialNodePropertyValues( m_xSMgr, i_rProperties, m_sExtensionId ); in getPropertyValues() 491 Sequence< ::rtl::OUString > aPropertyNames( i_rProperties.getLength() ); in getPropertyValues() 493 i_rProperties.getConstArray(), in getPropertyValues() 494 i_rProperties.getConstArray() + i_rProperties.getLength(), in getPropertyValues()
|
/aoo4110/main/vcl/source/gdi/ |
H A D | pdfwriter_impl2.cxx | 1263 …WriterImpl::computeAccessPermissions( const vcl::PDFWriter::PDFEncryptionProperties& i_rProperties, in computeAccessPermissions() argument 1273 sal_Int32 nAccessPermissions = ( i_rProperties.Security128bit ) ? 0xfffff0c0 : 0xffffffc0 ; in computeAccessPermissions() 1276 nAccessPermissions |= ( i_rProperties.CanPrintTheDocument ) ? 1 << 2 : 0; in computeAccessPermissions() 1277 nAccessPermissions |= ( i_rProperties.CanModifyTheContent ) ? 1 << 3 : 0; in computeAccessPermissions() 1278 nAccessPermissions |= ( i_rProperties.CanCopyOrExtract ) ? 1 << 4 : 0; in computeAccessPermissions() 1279 nAccessPermissions |= ( i_rProperties.CanAddOrModify ) ? 1 << 5 : 0; in computeAccessPermissions() 1283 if( i_rProperties.Security128bit ) in computeAccessPermissions() 1288 nAccessPermissions |= ( i_rProperties.CanFillInteractive ) ? 1 << 8 : 0; in computeAccessPermissions() 1289 nAccessPermissions |= ( i_rProperties.CanExtractForAccessibility ) ? 1 << 9 : 0; in computeAccessPermissions() 1290 nAccessPermissions |= ( i_rProperties.CanAssemble ) ? 1 << 10 : 0; in computeAccessPermissions() [all …]
|
H A D | pdfwriter_impl.hxx | 1049 …c sal_Int32 computeAccessPermissions( const vcl::PDFWriter::PDFEncryptionProperties& i_rProperties,
|
/aoo4110/main/xmloff/source/core/ |
H A D | RDFaImportHelper.cxx | 135 ::std::vector< ::rtl::OUString > const & i_rProperties, in ParsedRDFaAttributes() 139 , m_Properties(i_rProperties) in ParsedRDFaAttributes()
|
Completed in 32 milliseconds