Home
last modified time | relevance | path

Searched refs:LineType (Results 1 – 12 of 12) sorted by relevance

/trunk/main/vcl/inc/vcl/
H A Dregband.hxx59 enum LineType { LINE_ASCENDING, LINE_DESCENDING, LINE_HORIZONTAL }; enum
68 LineType meLineType;
118 bool bEndPoint, LineType eLineType );
/trunk/main/filter/source/graphicfilter/icgm/
H A Dclass5.cxx44 pElement->pLineBundle->eLineType = (LineType)ImplGetI( pElement->nIndexPrecision ); in ImplDoClass5()
46 pElement->aLineBundle.eLineType = (LineType)ImplGetI( pElement->nIndexPrecision ); in ImplDoClass5()
H A Dbundles.hxx61 LineType eLineType;
H A Dcgmtypes.hxx120 enum LineType { LT_SOLID = 1, LT_DASH = 2, LT_DOT = 3, LT_DASHDOT = 4, LT_DASHDOTDOT = 5, // Sta… enum
H A Dclass2.cxx154 aTempLineBundle.eLineType = (LineType)ImplGetI( pElement->nIndexPrecision ); in ImplDoClass2()
H A Dactimpr.cxx145 LineType eLineType; in ImplSetLineBundle()
/trunk/main/vcl/inc/
H A Dregionband.hxx64 bool InsertPoint(const Point &rPoint, long nLineID, bool bEndPoint, LineType eLineType);
/trunk/main/vcl/source/gdi/
H A Dregionband.cxx457 LineType eLineType = (rStartPt.Y() > rEndPt.Y()) ? LINE_DESCENDING : LINE_ASCENDING; in InsertLine()
539 bool RegionBand::InsertPoint(const Point &rPoint, long nLineID, bool bEndPoint, LineType eLineType) in InsertPoint()
H A Dregband.cxx212 bool bEndPoint, LineType eLineType ) in InsertPoint()
H A Dregion.cxx139 const LineType eLineType (aStart.Y() > aEnd.Y() ? LINE_DESCENDING : LINE_ASCENDING); in ImplRectilinearPolygonToBands()
/trunk/main/oox/inc/oox/dump/
H A Ddumperbase.hxx603 enum LineType { LINETYPE_DATA, LINETYPE_END }; enum in oox::dump::ConfigItemBase
605 LineType readConfigLine(
610 LineType readConfigLine(
/trunk/main/oox/source/dump/
H A Ddumperbase.cxx1051 ConfigItemBase::LineType ConfigItemBase::readConfigLine( in readConfigLine()
1077 ConfigItemBase::LineType ConfigItemBase::readConfigLine( TextInputStream& rStrm ) const in readConfigLine()

Completed in 128 milliseconds