Searched refs:nPropID (Results 1 – 1 of 1) sorted by relevance
/trunk/main/filter/source/msfilter/ |
H A D | escherex.cxx | 193 void EscherPropertyContainer::AddOpt( sal_uInt16 nPropID, sal_uInt32 nPropValue, sal_Bool bBlib ) in AddOpt() argument 195 AddOpt( nPropID, bBlib, nPropValue, NULL, 0 ); in AddOpt() 198 void EscherPropertyContainer::AddOpt( sal_uInt16 nPropID, const rtl::OUString& rString ) in AddOpt() argument 210 AddOpt( nPropID, sal_True, nLen, pBuf, nLen ); in AddOpt() 213 void EscherPropertyContainer::AddOpt( sal_uInt16 nPropID, sal_Bool bBlib, sal_uInt32 nPropValue, sa… in AddOpt() argument 216 nPropID |= 0x4000; in AddOpt() 218 nPropID |= 0x8000; // fComplex = sal_True; in AddOpt() 223 …if ( ( pSortStruct[ i ].nPropId &~0xc000 ) == ( nPropID &~0xc000 ) ) // pruefen, ob Property nur e… in AddOpt() 225 pSortStruct[ i ].nPropId = nPropID; in AddOpt() 252 pSortStruct[ nSortCount ].nPropId = nPropID; // property einfuegen in AddOpt()
|
Completed in 36 milliseconds