Home
last modified time | relevance | path

Searched refs:nDotCount (Results 1 – 9 of 9) sorted by path

/trunk/main/filter/source/graphicfilter/idxf/
H A Ddxf2mtf.cxx105 if ( aDXFLineInfo.nDotCount == 0 ) { in LTypeToDXFLineInfo()
106 aDXFLineInfo.nDotCount ++; in LTypeToDXFLineInfo()
110 aDXFLineInfo.nDotCount ++; in LTypeToDXFLineInfo()
157 aDXFLineInfo.nDotCount = 0; in GetEntityDXFLineInfo()
871 aBlockDXFLineInfo.nDotCount = 0; in Convert()
886 aParentLayerDXFLineInfo.nDotCount = 0; in Convert()
H A Ddxfvec.cxx216 aLineInfo.SetDotCount( static_cast< sal_uInt16 >( aDXFLineInfo.nDotCount ) ); in Transform()
H A Ddxfvec.hxx36 sal_Int32 nDotCount; member in DXFLineInfo
45 nDotCount(0), in DXFLineInfo()
54 nDotCount(x.nDotCount), in DXFLineInfo()
/trunk/main/filter/source/graphicfilter/ios2met/
H A Dios2met.cxx669 sal_uInt16 nDotCount = 0; in SetPen() local
679 nDotCount++; in SetPen()
683 aLineInfo.SetDotCount( nDotCount ); in SetPen()
/trunk/main/svtools/source/filter/wmf/
H A Denhwmf.cxx607 sal_uInt16 nDotCount = 0; in ReadEnhWMF() local
611 nDotCount++; in ReadEnhWMF()
615 nDotCount++; in ReadEnhWMF()
629 if ( nDashCount | nDotCount ) in ReadEnhWMF()
633 aLineInfo.SetDotCount( nDotCount ); in ReadEnhWMF()
659 sal_uInt16 nDotCount = 0; in ReadEnhWMF() local
664 nDotCount++; in ReadEnhWMF()
668 nDotCount++; in ReadEnhWMF()
683 if ( nDashCount | nDotCount ) in ReadEnhWMF()
687 aLineInfo.SetDotCount( nDotCount ); in ReadEnhWMF()
H A Dwinwmf.cxx707 sal_uInt16 nDotCount = 0; in ReadRecordParams() local
711 nDotCount++; in ReadRecordParams()
715 nDotCount++; in ReadRecordParams()
729 if ( nDashCount | nDotCount ) in ReadRecordParams()
733 aLineInfo.SetDotCount( nDotCount ); in ReadRecordParams()
/trunk/main/sw/source/core/unocore/
H A Dunofield.cxx2566 sal_uInt16 nDotCount = rName.GetTokenCount('.'); in lcl_GetIdByName() local
2567 if( 2 <= nDotCount ) in lcl_GetIdByName()
/trunk/main/vcl/inc/vcl/
H A Dlineinfo.hxx101 void SetDotCount( sal_uInt16 nDotCount );
/trunk/main/vcl/source/gdi/
H A Dlineinfo.cxx195 void LineInfo::SetDotCount( sal_uInt16 nDotCount ) in SetDotCount() argument
199 mpImplLineInfo->mnDotCount = nDotCount; in SetDotCount()

Completed in 84 milliseconds