Home
last modified time | relevance | path

Searched refs:bIsLine (Results 1 – 9 of 9) sorted by relevance

/trunk/main/basegfx/source/polygon/
H A Db3dpolygontools.cxx408 bool bIsLine(true); in applyLineDashing() local
426 const bool bHandleLine(bIsLine && pLineTarget); in applyLineDashing()
427 const bool bHandleGap(!bIsLine && pGapTarget); in applyLineDashing()
453 bIsLine = !bIsLine; in applyLineDashing()
457 const bool bHandleLine(bIsLine && pLineTarget); in applyLineDashing()
458 const bool bHandleGap(!bIsLine && pGapTarget); in applyLineDashing()
481 if(bIsLine && pLineTarget) in applyLineDashing()
485 else if(!bIsLine && pGapTarget) in applyLineDashing()
H A Db2dpolygontools.cxx1328 bool bIsLine(true); in applyLineDashing() local
1357 const bool bHandleGap(!bIsLine && pGapTarget); in applyLineDashing()
1387 bIsLine = !bIsLine; in applyLineDashing()
1391 const bool bHandleLine(bIsLine && pLineTarget); in applyLineDashing()
1392 const bool bHandleGap(!bIsLine && pGapTarget); in applyLineDashing()
1424 const bool bHandleGap(!bIsLine && pGapTarget); in applyLineDashing()
1450 bIsLine = !bIsLine; in applyLineDashing()
1454 const bool bHandleLine(bIsLine && pLineTarget); in applyLineDashing()
1455 const bool bHandleGap(!bIsLine && pGapTarget); in applyLineDashing()
1479 if(bIsLine && pLineTarget) in applyLineDashing()
[all …]
/trunk/main/svx/source/sdr/contact/
H A Dviewcontactofsdrpathobj.cxx79 const bool bIsLine( in createViewIndependentPrimitive2DSequence() local
84 if(bIsLine) in createViewIndependentPrimitive2DSequence()
/trunk/main/sw/source/core/inc/
H A Dfrmtool.hxx281 sal_Bool bIsLine :1; //Umrandung an mind. einer Kante? member in SwBorderAttrs
516 return bIsLine; in IsLine()
/trunk/main/svgio/source/svgreader/
H A Dsvgstyleattributes.cxx1090 const bool bIsLine(bIsTwoPointLine || bNoWidth || bNoHeight); in add_path() local
1092 if(!bIsLine) in add_path()
1097 …const bool bClipPathIsNonzero(!bIsLine && bNeedToCheckClipRule && mbIsClipPathContent && FillRule_… in add_path()
1098 …const bool bFillRuleIsNonzero(!bIsLine && bNeedToCheckClipRule && !mbIsClipPathContent && FillRule… in add_path()
/trunk/main/drawinglayer/source/processor3d/
H A Dzbufferprocessor3d.cxx503 bool bIsLine) in RasterPrimitive3D() argument
512 mbIsLine(bIsLine) in RasterPrimitive3D()
/trunk/main/svx/source/svdraw/
H A Dsvdedtv2.cxx608 sal_Bool bIsLine(sal_False); in ImpCanConvertForCombine1() local
614 bIsLine = pPath->IsLine(); in ImpCanConvertForCombine1()
620 return (aInfo.bCanConvToPath || aInfo.bCanConvToPoly || bIsLine); in ImpCanConvertForCombine1()
/trunk/main/sw/source/core/undo/
H A Duntbl.cxx138 sal_uInt16 AddFmt( SwFrmFmt* pFmt, bool bIsLine );
938 sal_uInt16 _SaveTable::AddFmt( SwFrmFmt* pFmt, bool bIsLine ) in AddFmt() argument
945 bIsLine ? aTableLineSetRange : aTableBoxSetRange ); in AddFmt()
/trunk/main/sw/source/core/layout/
H A Dfrmtool.cxx2046 bIsLine = rBox.GetTop() || rBox.GetBottom() || in _IsLine()

Completed in 120 milliseconds