Lines Matching refs:rPropertyNames

614                             const Sequence< rtl::OUString >& rPropertyNames )  in getPropertyValues()
617 Reference< XRow > xRow = getPropertyValuesInterface( rPropertyNames ); in getPropertyValues()
619 sal_Int32 nCount = rPropertyNames.getLength(); in getPropertyValues()
656 const Sequence< rtl::OUString >& rPropertyNames ) in getPropertyValuesInterface()
659 sal_Int32 nCount = rPropertyNames.getLength(); in getPropertyValuesInterface()
663 const rtl::OUString* pNames = rPropertyNames.getConstArray(); in getPropertyValuesInterface()
722 const Sequence< rtl::OUString >& rPropertyNames, in setPropertyValues()
726 if ( rPropertyNames.getLength() != rValues.getLength() ) in setPropertyValues()
743 const rtl::OUString* pNames = rPropertyNames.getConstArray(); in setPropertyValues()
849 Any Content::createCursorAny( const Sequence< rtl::OUString >& rPropertyNames, in createCursorAny() argument
853 sal_Int32 nCount = rPropertyNames.getLength(); in createCursorAny()
856 const rtl::OUString* pNames = rPropertyNames.getConstArray(); in createCursorAny()
916 const Sequence< rtl::OUString >& rPropertyNames, in createCursor()
920 Any aCursorAny = createCursorAny( rPropertyNames, eMode ); in createCursor()
976 const Sequence< rtl::OUString >& rPropertyNames, in createDynamicCursor()
981 createCursorAny( rPropertyNames, eMode ) >>= aResult; in createDynamicCursor()
1004 const Sequence< rtl::OUString >& rPropertyNames, in createSortedDynamicCursor()
1011 Reference< XDynamicResultSet > aOrigCursor = createDynamicCursor( rPropertyNames, eMode ); in createSortedDynamicCursor()
1074 const Sequence< rtl::OUString >& rPropertyNames, in createSortedCursor()
1083 Any aCursorAny = createCursorAny( rPropertyNames, eMode ); in createSortedCursor()
1368 rPropertyNames, in insertNewContent()
1374 rPropertyNames, in insertNewContent()
1398 rPropertyNames, in insertNewContent()
1446 aNewContent.setPropertyValues( rPropertyNames, rPropertyValues ); in insertNewContent()