Home
last modified time | relevance | path

Searched refs:ePropMode (Results 1 – 10 of 10) sorted by path

/trunk/main/basic/source/comp/
H A Dcodegen.cxx210 PropertyMode ePropMode = pProc->getPropertyMode(); in Save() local
211 if( ePropMode != PROPERTY_MODE_NONE ) in Save()
214 switch( ePropMode ) in Save()
H A Ddim.cxx1117 PropertyMode ePropMode = pDef->getPropertyMode(); in DefProc() local
1118 if( ePropMode == PROPERTY_MODE_NONE || ePropMode == pProc->getPropertyMode() ) in DefProc()
H A Dsymtbl.cxx482 void SbiProcDef::setPropertyMode( PropertyMode ePropMode ) in setPropertyMode() argument
484 mePropMode = ePropMode; in setPropertyMode()
/trunk/main/basic/source/inc/
H A Dsymtbl.hxx220 void setPropertyMode( PropertyMode ePropMode );
/trunk/main/sc/source/filter/excel/
H A Dxechart.cxx385 const ScfPropertySet& rPropSet, XclChPropertyMode ePropMode ) const in ConvertLineFormat()
388 rLineFmt, *mxChData->mxLineDashTable, rPropSet, ePropMode ); in ConvertLineFormat()
392 const ScfPropertySet& rPropSet, XclChPropertyMode ePropMode ) const in ConvertAreaFormat()
394 return GetChartPropSetHelper().ReadAreaProperties( rAreaFmt, rPropSet, ePropMode ); in ConvertAreaFormat()
399 const ScfPropertySet& rPropSet, XclChPropertyMode ePropMode ) const in ConvertEscherFormat()
402 …xChData->mxGradientTable, *mxChData->mxHatchTable, *mxChData->mxBitmapTable, rPropSet, ePropMode ); in ConvertEscherFormat()
H A Dxichart.cxx359 const XclChLineFormat& rLineFmt, XclChPropertyMode ePropMode ) const in ConvertLineFormat()
362 rPropSet, *mxChData->mxLineDashTable, rLineFmt, ePropMode ); in ConvertLineFormat()
366 const XclChAreaFormat& rAreaFmt, XclChPropertyMode ePropMode ) const in ConvertAreaFormat()
368 GetChartPropSetHelper().WriteAreaProperties( rPropSet, rAreaFmt, ePropMode ); in ConvertAreaFormat()
373 sal_uInt32 nDffFillType, XclChPropertyMode ePropMode ) const in ConvertEscherFormat()
377 rEscherFmt, pPicFmt, nDffFillType, ePropMode ); in ConvertEscherFormat()
H A Dxlchart.cxx723 const ScfPropertySet& rPropSet, XclChPropertyMode ePropMode ) in ReadLineProperties() argument
733 ScfPropSetHelper& rLineHlp = GetLineHelper( ePropMode ); in ReadLineProperties()
805 ScfPropSetHelper& rAreaHlp = GetAreaHelper( ePropMode ); in ReadAreaProperties()
832 ScfPropSetHelper& rAreaHlp = GetAreaHelper( ePropMode ); in ReadEscherProperties()
1044 ScfPropSetHelper& rLineHlp = GetLineHelper( ePropMode ); in WriteLineProperties()
1066 ScfPropSetHelper& rAreaHlp = GetAreaHelper( ePropMode ); in WriteAreaProperties()
1075 sal_uInt32 nDffFillType, XclChPropertyMode ePropMode ) in WriteEscherProperties() argument
1197 switch( ePropMode ) in GetLineHelper()
1209 switch( ePropMode ) in GetAreaHelper()
1220 switch( ePropMode ) in GetGradientHelper()
[all …]
/trunk/main/sc/source/filter/inc/
H A Dxechart.hxx130 XclChPropertyMode ePropMode ) const;
136 XclChPropertyMode ePropMode ) const;
142 XclChPropertyMode ePropMode ) const;
H A Dxichart.hxx147 XclChPropertyMode ePropMode ) const;
152 XclChPropertyMode ePropMode ) const;
159 XclChPropertyMode ePropMode ) const;
H A Dxlchart.hxx1390 XclChPropertyMode ePropMode );
1396 XclChPropertyMode ePropMode );
1405 XclChPropertyMode ePropMode );
1421 XclChPropertyMode ePropMode );
1426 XclChPropertyMode ePropMode );
1436 XclChPropertyMode ePropMode );
1449 ScfPropSetHelper& GetLineHelper( XclChPropertyMode ePropMode );
1451 ScfPropSetHelper& GetAreaHelper( XclChPropertyMode ePropMode );
1453 ScfPropSetHelper& GetGradientHelper( XclChPropertyMode ePropMode );
1455 ScfPropSetHelper& GetHatchHelper( XclChPropertyMode ePropMode );

Completed in 114 milliseconds