Home
last modified time | relevance | path

Searched refs:EscherPropSortStruct (Results 1 – 4 of 4) sorted by relevance

/trunk/main/filter/inc/filter/msfilter/
H A Descherex.hxx1142 struct EscherPropSortStruct struct
1150 typedef std::vector< EscherPropSortStruct > EscherProperties; argument
1158 EscherPropSortStruct* pSortStruct;
1195 sal_Bool GetOpt( sal_uInt16 nPropertyID, EscherPropSortStruct& rPropValue ) const;
/trunk/main/sw/source/filter/ww8/
H A Drtfsdrexport.cxx287 EscherPropSortStruct aVertices; in Commit()
288 EscherPropSortStruct aSegments; in Commit()
/trunk/main/oox/source/export/
H A Dvmlexport.cxx425 EscherPropSortStruct aVertices; in Commit()
426 EscherPropSortStruct aSegments; in Commit()
/trunk/main/filter/source/msfilter/
H A Descherex.cxx161 pSortStruct = new EscherPropSortStruct[ nSortBufSize ]; in ImplInit()
244 EscherPropSortStruct* pTemp = new EscherPropSortStruct[ nSortBufSize ]; in AddOpt()
266 EscherPropSortStruct aPropStruct; in GetOpt()
276 sal_Bool EscherPropertyContainer::GetOpt( sal_uInt16 nPropId, EscherPropSortStruct& rPropValue ) co… in GetOpt()
301 sal_Int16 nID1 = ((EscherPropSortStruct*)p1)->nPropId &~0xc000; in EscherPropSortFunc()
302 sal_Int16 nID2 = ((EscherPropSortStruct*)p2)->nPropId &~0xc000; in EscherPropSortFunc()
317 qsort( pSortStruct, nSortCount, sizeof( EscherPropSortStruct ), EscherPropSortFunc ); in Commit()

Completed in 65 milliseconds