Lines Matching refs:rSeq

216 void ScAccessibleCsvControl::getUuid( Sequence< sal_Int8 >& rSeq )  in getUuid()  argument
220 if( !rSeq.hasElements() ) in getUuid()
222 rSeq.realloc( 16 ); in getUuid()
223 rtl_createUuid( reinterpret_cast< sal_uInt8* >( rSeq.getArray() ), NULL, sal_True ); in getUuid()
339 inline sal_Int32 lcl_ExpandSequence( Sequence< PropertyValue >& rSeq, sal_Int32 nExp ) in lcl_ExpandSequence() argument
342 rSeq.realloc( rSeq.getLength() + nExp ); in lcl_ExpandSequence()
343 return rSeq.getLength() - nExp; in lcl_ExpandSequence()
354 void lcl_FillFontAttributes( Sequence< PropertyValue >& rSeq, const Font& rFont ) in lcl_FillFontAttributes() argument
360 sal_Int32 nIndex = lcl_ExpandSequence( rSeq, 7 ); in lcl_FillFontAttributes()
361 …lcl_FillProperty( rSeq[ nIndex++ ], CREATE_OUSTRING( "CharFontName" ), aFontItem, MID_FONT_… in lcl_FillFontAttributes()
362 …lcl_FillProperty( rSeq[ nIndex++ ], CREATE_OUSTRING( "CharFontFamily" ), aFontItem, MID_FONT_… in lcl_FillFontAttributes()
363 …lcl_FillProperty( rSeq[ nIndex++ ], CREATE_OUSTRING( "CharFontStyleName" ), aFontItem, MID_FONT_… in lcl_FillFontAttributes()
364 …lcl_FillProperty( rSeq[ nIndex++ ], CREATE_OUSTRING( "CharFontCharSet" ), aFontItem, MID_FONT_… in lcl_FillFontAttributes()
365 …lcl_FillProperty( rSeq[ nIndex++ ], CREATE_OUSTRING( "CharFontPitch" ), aFontItem, MID_FONT_… in lcl_FillFontAttributes()
366 …lcl_FillProperty( rSeq[ nIndex++ ], CREATE_OUSTRING( "CharHeight" ), aHeightItem, MID_FONTH… in lcl_FillFontAttributes()
367 …lcl_FillProperty( rSeq[ nIndex++ ], CREATE_OUSTRING( "CharLocale" ), aLangItem, MID_LANG_… in lcl_FillFontAttributes()