Searched refs:nPropValue (Results 1 – 5 of 5) sorted by relevance
/trunk/main/sw/source/filter/ww8/ |
H A D | rtfsdrexport.cxx | 194 switch ( it->nPropValue ) in Commit() 207 …ert(std::pair<OString,OString>(OString("fillColor"), OString::valueOf(sal_Int32(it->nPropValue)))); in Commit() 216 if (it->nPropValue) in Commit() 221 if( it->nPropValue == 0x90000 ) in Commit() 234 if (it->nPropValue) in Commit() 244 nLeft = it->nPropValue; in Commit() 249 nTop = it->nPropValue; in Commit() 269 nRight = it->nPropValue; in Commit() 274 nBottom = it->nPropValue; in Commit() 365 if (!it->nPropValue) in Commit() [all …]
|
/trunk/main/oox/source/export/ |
H A D | vmlexport.cxx | 352 switch ( it->nPropValue ) in Commit() 376 nLeft = it->nPropValue; in Commit() 381 nTop = it->nPropValue; in Commit() 404 nRight = it->nPropValue; in Commit() 409 nBottom = it->nPropValue; in Commit() 665 it->nPropId, it->nPropValue, it->nPropSize, it->pBuf ); in Commit()
|
/trunk/main/filter/source/msfilter/ |
H A D | dffpropset.cxx | 1305 sal_uInt32 nPropValue = GetPropertyValue( nBaseId, bDefault ? nMask : 0 ); in GetPropertyBool() local 1306 return (nPropValue & nMask) != 0; in GetPropertyBool()
|
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() 213 void EscherPropertyContainer::AddOpt( sal_uInt16 nPropID, sal_Bool bBlib, sal_uInt32 nPropValue, sa… in AddOpt() argument 233 pSortStruct[ i ].nPropValue = nPropValue; in AddOpt() 255 pSortStruct[ nSortCount++ ].nPropValue = nPropValue; in AddOpt() 270 rPropValue = aPropStruct.nPropValue; in GetOpt() 322 sal_uInt32 nPropValue = pSortStruct[ i ].nPropValue; in Commit() local 326 << nPropValue; in Commit()
|
/trunk/main/filter/inc/filter/msfilter/ |
H A D | escherex.hxx | 1146 sal_uInt32 nPropValue; member 1187 void AddOpt( sal_uInt16 nPropertyID, sal_uInt32 nPropValue, 1190 void AddOpt( sal_uInt16 nPropertyID, sal_Bool bBlib, sal_uInt32 nPropValue,
|
Completed in 104 milliseconds