Searched refs:bNewLine (Results 1 – 13 of 13) sorted by relevance
/aoo41x/main/sfx2/source/dialog/ |
H A D | splitwin.cxx | 97 sal_Bool bNewLine; member 371 if ( pDock->bNewLine ) in SaveConfig_Impl() 492 sal_Bool bNewLine = sal_True; in InsertWindow() local 499 if ( pDock->bNewLine ) in InsertWindow() 508 bNewLine = sal_True; in InsertWindow() 528 bNewLine = sal_False; in InsertWindow() 537 if ( !bNewLine ) in InsertWindow() 559 bNewLine = sal_True; in InsertWindow() 560 pFoundDock->bNewLine = bNewLine; in InsertWindow() 653 pDock->bNewLine = bNewLine; in InsertWindow() [all …]
|
H A D | dockwin.cxx | 457 sal_Bool bNewLine; member in SfxDockingWindow_Impl 651 … pImp->pSplitWin->InsertWindow( this, pImp->aSplitSize, pImp->nLine, pImp->nPos, pImp->bNewLine ); in ToggleFloatingMode() 696 pImp->bNewLine = sal_False; in StartDocking() 862 else if ( pImp->nLine != pImp->nDockLine || pImp->nPos != pImp->nDockPos || pImp->bNewLine ) in EndDocking() 948 pImp->bNewLine = sal_False; in SfxDockingWindow() 1002 pImp->bNewLine = sal_False; in SfxDockingWindow() 1535 pImp->bNewLine = sal_False; in CalcAlignment() 1555 pImp->bNewLine = sal_False; in CalcAlignment() 1562 pImp->bNewLine = sal_True; in CalcAlignment() 1581 if ( pImp->bNewLine ) in CalcAlignment() [all …]
|
/aoo41x/main/sfx2/source/inc/ |
H A D | splitwin.hxx | 54 sal_Bool bNewLine=sal_False ); 87 sal_Bool bNewLine=sal_False ); 93 sal_Bool bNewLine=sal_False );
|
/aoo41x/main/autodoc/inc/ary_i/ |
H A D | d_token.hxx | 179 : sText(i_sPlainHtmlTag), bNewLine(i_bNewLine) {} in DT_Style() 187 { return bNewLine; } in IsStartOfNewLine() 191 bool bNewLine; member in csi::dsapi::DT_Style
|
/aoo41x/main/sd/source/filter/ppt/ |
H A D | pptinanimations.hxx | 109 void dump( sal_uInt32 nLen, bool bNewLine = true ); 113 void dump_atom( const Atom* pAtom, bool bNewLine = true );
|
H A D | pptinanimations.cxx | 3258 void AnimationImporter::dump( sal_uInt32 nLen, bool bNewLine ) in dump() argument 3273 if( bNewLine && (b == 32) ) in dump() 3279 if( (b != 0) && bNewLine ) in dump() 3285 void AnimationImporter::dump_atom( const Atom* pAtom, bool bNewLine ) in dump_atom() argument 3344 dump( pAtom->getLength(), bNewLine ); in dump_atom()
|
/aoo41x/main/sw/source/core/text/ |
H A D | inftxt.hxx | 562 sal_Bool bNewLine : 1; // Noch eine weitere Zeile formatieren. member in SwTxtFormatInfo 642 inline sal_Bool IsNewLine() const { return bNewLine; } in IsNewLine() 643 inline void SetNewLine( const sal_Bool bNew ) { bNewLine = bNew; } in SetNewLine()
|
H A D | itrform2.hxx | 85 void CalcRealHeight( sal_Bool bNewLine = sal_False );
|
H A D | inftxt.cxx | 1494 bNoMidHyph = bStop = bNewLine = bUnderFlow = sal_False; in Init() 1569 bNewLine = sal_True; in SwTxtFormatInfo()
|
H A D | itrform2.cxx | 1697 void SwTxtFormatter::CalcRealHeight( sal_Bool bNewLine ) in CalcRealHeight() argument 1747 GetStart() >= GetTxtFrm()->GetTxt().Len() && !bNewLine ) ) in CalcRealHeight()
|
/aoo41x/main/svtools/source/control/ |
H A D | valueset.cxx | 2195 sal_Bool bNewLine; in SelectItem() local 2200 bNewLine = sal_False; in SelectItem() 2209 bNewLine = sal_True; in SelectItem() 2214 bNewLine = sal_True; in SelectItem() 2220 if ( bNewLine ) in SelectItem()
|
/aoo41x/main/fpicker/source/office/ |
H A D | iodlg.hxx | 266 virtual sal_Bool AddControl( Window* pControl, sal_Bool bNewLine = sal_False );
|
H A D | iodlg.cxx | 3222 sal_Bool SvtFileDialog::AddControl( Window* pControl, sal_Bool bNewLine ) in AddControl() argument 3271 sal_Bool bNewRow = bNewLine; in AddControl()
|
Completed in 86 milliseconds