/aoo42x/main/sw/source/core/text/ |
H A D | txthyph.cxx | 456 const sal_Bool bFull = rInf.Width() <= rInf.X() + PrtWidth(); in Format() local 457 if( bFull && !rInf.IsUnderFlow() ) { in Format() 462 return bFull; in Format() 552 sal_Bool bFull = sal_True; in Format() local 569 bFull = rInf.IsInterHyph() || in Format() 574 if( bFull && !rInf.IsHyphForbud() ) in Format() 594 bFull = SwHyphPortion::Format( rInf ); in Format() 596 if( !bFull ) in Format() 602 return bFull; in Format() 623 const sal_Bool bFull = SwHyphPortion::Format( rInf ); in FormatEOL() local [all …]
|
H A D | txtdrop.cxx | 410 if( bFull ) in FormatTxt() 418 return bFull; in FormatTxt() 1005 sal_Bool bFull = sal_False; in Format() local 1030 bFull = FormatTxt( rInf ); in Format() 1032 if ( bFull ) in Format() 1057 if( ! bFull ) in Format() 1060 if( bFull ) in Format() 1072 bFull = SwTxtPortion::Format( rInf ); in Format() 1081 bFull = SwTxtPortion::Format( rInf ); in Format() 1083 if( bFull ) in Format() [all …]
|
H A D | porfld.cxx | 302 sal_Bool bFull; in Format() local 344 bFull = rInf.Width() <= rInf.GetPos().X(); in Format() 359 bFull = SwTxtPortion::Format( rInf ); in Format() 364 bEOL = !nTmpLen && nFollow && bFull; in Format() 387 case CH_BREAK : bFull = sal_True; in Format() 429 return bFull; in Format() 642 return bFull; in Format() 885 if( bFull ) in Format() 925 return bFull; in Format() 1348 if( bFull ) in Format() [all …]
|
H A D | txtftn.cxx | 1461 sal_Bool bFull = SwFldPortion::Format( rInf ); in Format() local 1465 rInf.SetFtnDone( !bFull ); in Format() 1466 if( !bFull ) in Format() 1468 return bFull; in Format() 1528 sal_Bool bFull = SwFldPortion::Format( rInf ); in Format() local 1531 if( bFull ) in Format() 1535 bFull = SwFldPortion::Format( rInf ); in Format() 1537 if( bFull ) in Format() 1548 return bFull; in Format() 1625 sal_Bool bFull = SwFldPortion::Format( rInf ); in Format() local [all …]
|
H A D | txttab.cxx | 422 sal_Bool bFull = ( bTabCompat && rInf.IsUnderFlow() ) || in PreFormat() local 428 if( ! bFull && 0 == nDir ) in PreFormat() 446 bFull = rInf.Width() <= rInf.X() + PrtWidth(); in PreFormat() 451 if ( bFull && bTabCompat && in PreFormat() 454 bFull = sal_False; in PreFormat() 462 if( bFull ) in PreFormat()
|
H A D | portxt.cxx | 319 sal_Bool bFull = sal_False; in _Format() local 327 bFull = CreateHyphen( rInf, aGuess ); in _Format() 328 ASSERT( bFull, "Problem with hyphenation!!!" ); in _Format() 332 return bFull; in _Format() 336 const sal_Bool bFull = !aGuess.Guess( *this, rInf, Height() ); in _Format() local 352 if ( !bFull ) in _Format() 370 else if( bFull && aGuess.GetHangingPortion() ) in _Format() 467 return bFull; in _Format()
|
H A D | porfly.cxx | 117 sal_Bool bFull = rInf.Width() < rInf.X() + PrtWidth(); in Format() local 119 if( bFull ) in Format() 137 bFull = sal_False; // Damit Notizen noch in dieser Zeile landen in Format() 149 return bFull; in Format() 154 return bFull; in Format()
|
H A D | itrform2.cxx | 426 sal_Bool bFull; in BuildPortions() local 556 bFull = BuildMultiPortion( rInf, *((SwMultiPortion*)pPor) ); in BuildPortions() 558 bFull = pPor->Format( rInf ); in BuildPortions() 561 bFull = sal_True; in BuildPortions() 618 if ( !bFull ) in BuildPortions() 644 bFull = sal_True; in BuildPortions() 666 ! rInf.IsUnderFlow() && ( bFull || SW_CJK == nNextScript ) ) in BuildPortions() 693 if ( ! bFull ) in BuildPortions() 706 rInf.SetFull( bFull ); in BuildPortions()
|
H A D | porexp.cxx | 216 const sal_Bool bFull = rInf.IsUnderFlow() || SwExpandPortion::Format( rInf ); in Format() local 217 if( bFull && MayUnderFlow( rInf, rInf.GetIdx(), rInf.IsUnderFlow() ) ) in Format() 224 return bFull; in Format()
|
H A D | porref.cxx | 86 const sal_Bool bFull = SwLinePortion::Format( rInf ); in Format() local 87 return bFull; in Format()
|
H A D | portox.cxx | 88 const sal_Bool bFull = SwLinePortion::Format( rInf ); in Format() local 89 return bFull; in Format()
|
H A D | inftxt.hxx | 556 sal_Bool bFull : 1; // Zeile ist voll member in SwTxtFormatInfo 625 inline sal_Bool IsFull() const { return bFull; } in IsFull() 626 inline void SetFull( const sal_Bool bNew ) { bFull = bNew; } in SetFull()
|
/aoo42x/main/svx/source/engine3d/ |
H A D | dragmt3d.cxx | 56 sal_Bool bFull) in E3dDragMethod() argument 59 mbMoveFull(bFull), in E3dDragMethod() 321 sal_Bool bFull) in E3dDragRotate() argument 322 : E3dDragMethod(_rView, rMark, eConstr, bFull) in E3dDragRotate() 514 sal_Bool bFull) in E3dDragMove() argument 515 : E3dDragMethod(_rView, rMark, eConstr, bFull), in E3dDragMove()
|
/aoo42x/main/svx/inc/ |
H A D | dragmt3d.hxx | 86 sal_Bool bFull = sal_False); 117 sal_Bool bFull = sal_False); 142 sal_Bool bFull = sal_False);
|
/aoo42x/main/svtools/source/svhtml/ |
H A D | htmlsupp.cxx | 101 void HTMLParser::RemoveSGMLComment( String &rString, sal_Bool bFull ) in RemoveSGMLComment() argument 119 if( bFull ) in RemoveSGMLComment() 140 if( bFull ) in RemoveSGMLComment()
|
/aoo42x/main/svtools/source/control/ |
H A D | inettbc.cxx | 656 sal_Bool bFull = sal_False; in run() local 683 if( eProt == INET_PROT_NOT_VALID && !bFull ) in run() 697 if( bFull ) in run() 716 if( bFull ) in run() 739 if( bFull ) in run() 754 if( !bFull ) in run() 755 bFull = sal_True; in run()
|
/aoo42x/main/editeng/source/outliner/ |
H A D | outlin2.cxx | 649 void Outliner::QuickFormatDoc( sal_Bool bFull ) in QuickFormatDoc() argument 652 pEditEngine->QuickFormatDoc( bFull ); in QuickFormatDoc()
|
/aoo42x/main/sw/source/ui/table/ |
H A D | tabledlg.cxx | 161 bFull(0), in SwFormatTablePage() 273 bFull = sal_True; in IMPL_LINK() 313 if(bFull && bRestore) in IMPL_LINK() 317 bFull = sal_False; in IMPL_LINK()
|
/aoo42x/main/sw/source/ui/misc/ |
H A D | glosdoc.cxx | 479 void SwGlossaries::UpdateGlosPath(sal_Bool bFull) in UpdateGlosPath() argument 484 if (bFull || bPathChanged) in UpdateGlosPath()
|
/aoo42x/main/svx/source/xoutdev/ |
H A D | _xpoly.cxx | 416 sal_Bool bFull = (nStartAngle == 0 && nEndAngle == 3600); in XPolygon() local 438 if ( !bFull && bClose ) in XPolygon() 441 if ( bFull ) in XPolygon()
|
/aoo42x/main/codemaker/source/idlmaker/ |
H A D | idltype.cxx | 284 void IdlType::dumpNameSpace(FileStream& o, sal_Bool bOpen, sal_Bool bFull, const OString& type) in dumpNameSpace() argument 297 if (typeName.indexOf( '/' ) == -1 && !bFull) in dumpNameSpace() 300 if (!bFull) in dumpNameSpace()
|
/aoo42x/main/sw/source/ui/inc/ |
H A D | glosdoc.hxx | 137 void UpdateGlosPath(sal_Bool bFull);
|
/aoo42x/main/editeng/inc/editeng/ |
H A D | unofored.hxx | 82 virtual sal_Bool QuickFormatDoc( sal_Bool bFull=sal_False );
|
H A D | unoforou.hxx | 103 virtual sal_Bool QuickFormatDoc( sal_Bool bFull=sal_False );
|
/aoo42x/main/svtools/inc/svtools/ |
H A D | parhtml.hxx | 265 static void RemoveSGMLComment( String &rString, sal_Bool bFull );
|