/trunk/main/svx/source/stbctrls/ |
H A D | pszctrl.cxx | 156 sal_Bool bSize; // show size? member 184 pImp->bSize = sal_False; in SvxPosSizeStatusBarControl() 265 pImp->bSize = sal_False; in StateChanged() 282 pImp->bSize = sal_True; in StateChanged() 291 pImp->bSize = sal_False; in StateChanged() 298 pImp->bSize = sal_False; in StateChanged() 373 if ( pImp->bPos || pImp->bSize ) in Paint() 395 if ( pImp->bSize ) in Paint()
|
/trunk/main/editeng/inc/editeng/ |
H A D | protitem.hxx | 50 sal_Bool bSize :1; //Groesse geschuetzt member in SvxProtectItem 73 sal_Bool IsSizeProtected() const { return bSize; } in IsSizeProtected() 76 void SetSizeProtect ( sal_Bool bNew ) { bSize = bNew; } in SetSizeProtect() 86 bCntnt = bSize = bPos = sal_False; in SvxProtectItem() 92 bSize = rCpy.IsSizeProtected(); in operator =()
|
/trunk/main/sw/source/filter/inc/ |
H A D | rtf.hxx | 83 sal_Bool bSize : 1; member 91 RTFProtect( sal_Bool bCntnt, sal_Bool bSize, sal_Bool bPos ) { in RTFProtect() argument 93 Value.Flags.bSize = bSize; in RTFProtect() 98 sal_Bool GetSize() const { return Value.Flags.bSize; } in GetSize()
|
/trunk/main/sc/source/ui/docshell/ |
H A D | olinefun.cxx | 117 sal_Bool bSize = sal_False; in MakeOutline() local 119 bRes = pArray->Insert( nStartCol, nEndCol, bSize ); in MakeOutline() 121 bRes = pArray->Insert( nStartRow, nEndRow, bSize ); in MakeOutline() 141 if ( bSize ) in MakeOutline() 183 sal_Bool bSize = sal_False; in RemoveOutline() local 185 bRes = pArray->Remove( nStartCol, nEndCol, bSize ); in RemoveOutline() 187 bRes = pArray->Remove( nStartRow, nEndRow, bSize ); in RemoveOutline() 207 if ( bSize ) in RemoveOutline()
|
H A D | docfunc.cxx | 3718 sal_Bool bSize = (*pAutoFormat)[nFormatNo]->GetIncludeWidthHeight(); in AutoFormat() local 3725 pUndoDoc->InitUndo( pDoc, nStartTab, nStartTab, bSize, bSize ); in AutoFormat() 3728 pUndoDoc->AddUndoTab( i, i, bSize, bSize ); in AutoFormat() 3734 if (bSize) in AutoFormat() 3746 if (bSize) in AutoFormat() 3786 new ScUndoAutoFormat( &rDocShell, rRange, pUndoDoc, aMark, bSize, nFormatNo ) ); in AutoFormat()
|
/trunk/main/sw/source/core/inc/ |
H A D | drawfont.hxx | 97 sal_Bool bSize : 1; member in SwDrawTextInfo 160 bPos = bWrong = bGrammarCheck = bSize = bFnt = bAscent = bSpace = bNumberOfBlanks = bUppr = in SwDrawTextInfo() 231 ASSERT( bSize, "DrawTextInfo: Undefined Size" ); in GetSize() 422 bSize = sal_True; in SetSize()
|
/trunk/main/sc/source/ui/dbgui/ |
H A D | dbnamdlg.cxx | 76 bHeader(sal_False), bSize(sal_False), bFormat(sal_False), bDirty(sal_False) {} in DBSaveData() 90 sal_Bool bSize:1; member in DBSaveData 105 bSize = rBtnSize.IsChecked(); in Save() 121 rBtnSize.Check ( bSize ); in Restore()
|
/trunk/main/svtools/source/control/ |
H A D | ruler.cxx | 160 sal_Bool bSize; member 1647 pHitTest->bSize = sal_False; in ImplHitTest() 1819 pHitTest->bSize = sal_True; in ImplHitTest() 1824 pHitTest->bSize = sal_True; in ImplHitTest() 1851 pHitTest->bSize = sal_True; in ImplHitTest() 1861 pHitTest->bSize = sal_True; in ImplHitTest() 1997 !pHitTest->bSize && !pHitTest->bSizeBar ) in ImplStartDrag() 2258 if ( aHitTest.bSize ) in MouseMove() 2630 if ( aHitTest.bSize ) in StartDocDrag()
|
/trunk/main/sw/source/filter/ww8/ |
H A D | WW8FFData.hxx | 79 void setSize(bool bSize) { mbSize = bSize; } in setSize() argument
|
/trunk/main/sd/source/ui/view/ |
H A D | drviewsa.cxx | 526 sal_Bool bSize, in SetupPage() argument 542 if( bSize ) in SetupPage() 577 if( bSize ) in SetupPage()
|
/trunk/main/sc/source/ui/view/ |
H A D | viewfun2.cxx | 1555 sal_Bool bSize = (*ScGlobal::GetAutoFormat())[nFormatNo]->GetIncludeWidthHeight(); in AutoFormat() 1563 pUndoDoc->InitUndo( pDoc, nStartTab, nEndTab, bSize, bSize ); in AutoFormat() 1566 if (bSize) in AutoFormat() 1580 if (bSize) in AutoFormat() 1603 pUndoDoc, rMark, bSize, nFormatNo ) ); in AutoFormat()
|
/trunk/main/sc/source/core/tool/ |
H A D | consoli.cxx | 817 sal_Bool bSize = sal_False; in OutputToDocument() local 818 pOutArr->Insert( nOutStart, nOutEnd, bSize ); in OutputToDocument()
|
/trunk/main/editeng/source/items/ |
H A D | frmitems.cxx | 1167 bSize == ( (SvxProtectItem&)rAttr ).bSize && in operator ==() 1181 case MID_PROTECT_SIZE : bValue = bSize; break; in QueryValue() 1202 case MID_PROTECT_SIZE : bSize = bVal; break; in PutValue() 1246 if ( bSize ) in GetPresentation()
|
/trunk/main/sc/source/ui/undo/ |
H A D | undoblk3.cxx | 908 bSize ( bNewSize ), in ScUndoAutoFormat() 952 if (bSize) in Undo() 992 if (bSize) in Redo()
|
H A D | undodat.cxx | 924 const ScRange* pOld, sal_Bool bSize, const ScRange* pAdvSrc ) : in ScUndoQuery() argument 935 bDoSize( bSize ) in ScUndoQuery()
|
/trunk/main/svx/source/svdraw/ |
H A D | svdhdl.cxx | 867 const sal_Bool bSize=eKind>=HDL_UPLFT && eKind<=HDL_LWRGT; in GetPointer() local 870 if (bSize && pHdlList!=NULL && (bRot || bDis)) { in GetPointer() 881 if (bSize && nDrehWink!=0) { in GetPointer()
|
/trunk/main/svx/source/sidebar/paragraph/ |
H A D | ParaPropertyPanel.hxx | 250 void ReSize(bool bSize);
|
H A D | ParaPropertyPanel.cxx | 307 void ParaPropertyPanel::ReSize(bool bSize) in ReSize() argument 309 if(bSize) in ReSize()
|
/trunk/main/sd/source/ui/inc/ |
H A D | DrawViewShell.hxx | 417 sal_Bool bSize, sal_Bool bMargin, sal_Bool bScaleAll );
|
/trunk/main/sc/source/ui/inc/ |
H A D | undodat.hxx | 272 sal_Bool bSize, const ScRange* pAdvSrc );
|
H A D | undoblk.hxx | 487 sal_Bool bSize; member in ScUndoAutoFormat
|
/trunk/main/sw/source/core/layout/ |
H A D | frmtool.cxx | 597 const sal_Bool bSize = pLay->Frm().SSize() != aFrm.SSize(); in ~SwLayNotify() local 606 if ( bSize ) in ~SwLayNotify() 662 if( ( bPos || bSize ) && pLay->IsFlyFrm() && ((SwFlyFrm*)pLay)->GetAnchorFrm() in ~SwLayNotify()
|
H A D | sectfrm.cxx | 676 sal_Bool bSize = pDel->Lower() && pDel->Lower()->IsColumnFrm(); in MoveCntntAndDelete() local 766 lcl_InvalidateInfFlags( pSave, bSize ); in MoveCntntAndDelete()
|
/trunk/main/desktop/source/splash/ |
H A D | splash.cxx | 706 Size bSize = _vdev.GetOutputSizePixel(); in Paint() local
|
/trunk/main/vcl/source/window/ |
H A D | window.cxx | 1249 sal_Bool bSize = sal_False; in ImplLoadRes() local 1273 bSize = sal_True; in ImplLoadRes() 1288 if ( bSize ) in ImplLoadRes() 1291 else if ( bPos && bSize ) in ImplLoadRes() 1295 else if ( bSize ) in ImplLoadRes()
|