Searched refs:nViewWidth (Results 1 – 14 of 14) sorted by relevance
/aoo41x/main/sw/source/core/text/ |
H A D | porref.cxx | 54 SwIsoRefPortion::SwIsoRefPortion() : nViewWidth(0) in SwIsoRefPortion() 72 if( !nViewWidth ) in GetViewWidth() 73 pThis->nViewWidth = rInf.GetTxtSize( ' ' ).Width(); in GetViewWidth() 76 pThis->nViewWidth = 0; in GetViewWidth() 77 return nViewWidth; in GetViewWidth()
|
H A D | portox.cxx | 54 SwIsoToxPortion::SwIsoToxPortion() : nViewWidth(0) in SwIsoToxPortion() 74 if( !nViewWidth ) in GetViewWidth() 75 pThis->nViewWidth = rInf.GetTxtSize( ' ' ).Width(); in GetViewWidth() 78 pThis->nViewWidth = 0; in GetViewWidth() 79 return nViewWidth; in GetViewWidth()
|
H A D | txthyph.cxx | 491 bExpand(sal_False), nViewWidth(0), nHyphWidth(0) in SwSoftHyphPortion() 503 if( !nViewWidth ) in GetViewWidth() 504 ((SwSoftHyphPortion*)this)->nViewWidth in GetViewWidth() 508 ((SwSoftHyphPortion*)this)->nViewWidth = 0; in GetViewWidth() 509 return nViewWidth; in GetViewWidth()
|
H A D | porlin.cxx | 110 const KSHORT nViewWidth = GetViewWidth( rInf ); in PrePaint() local 112 if( ! nViewWidth ) in PrePaint() 115 const KSHORT nHalfView = nViewWidth / 2; in PrePaint() 160 pThis->Width( nViewWidth ); in PrePaint()
|
H A D | porfld.cxx | 86 : aExpand(rExpand), pFnt(pFont), nNextOffset(0), nNextScriptChg(STRING_LEN), nViewWidth(0), in SwFldPortion() 134 if( !nViewWidth ) in GetViewWidth() 135 pThis->nViewWidth = rInf.GetTxtSize( ' ' ).Width(); in GetViewWidth() 138 pThis->nViewWidth = 0; in GetViewWidth() 139 return nViewWidth; in GetViewWidth()
|
H A D | porref.hxx | 46 KSHORT nViewWidth; member in SwIsoRefPortion
|
H A D | portox.hxx | 48 KSHORT nViewWidth; member in SwIsoToxPortion
|
H A D | porhyph.hxx | 69 KSHORT nViewWidth; member in SwSoftHyphPortion
|
H A D | porexp.hxx | 86 KSHORT nViewWidth; member in SwPostItsPortion
|
H A D | porexp.cxx | 263 : nViewWidth(0), bScript( bScrpt ) in SwPostItsPortion()
|
H A D | porfld.hxx | 47 KSHORT nViewWidth; // Screenbreite fuer leere Felder member in SwFldPortion
|
/aoo41x/main/vcl/source/window/ |
H A D | tabdlg.cxx | 102 long nViewWidth = 0; in ImplPosControls() local 110 nViewWidth = aTabSize.Width(); in ImplPosControls() 119 nViewWidth = aTabSize.Width(); in ImplPosControls() 144 nViewWidth, nViewHeight, in ImplPosControls()
|
/aoo41x/main/svtools/source/dialogs/ |
H A D | wizdlg.cxx | 199 long nViewWidth = 0; in ImplPosCtrls() local 207 nViewWidth = aDlgSize.Width()-(WIZARDDIALOG_VIEW_DLGOFFSET_X*2); in ImplPosCtrls() 230 nViewWidth = aDlgSize.Width()-(WIZARDDIALOG_VIEW_DLGOFFSET_X*2); in ImplPosCtrls() 241 nViewWidth, nViewHeight, in ImplPosCtrls()
|
/aoo41x/main/sd/source/ui/view/ |
H A D | outlnvsh.cxx | 1158 long nViewWidth = pWin->PixelToLogic( in VirtHScrollHdl() local 1161 nViewWidth = Max(nViewWidth, nTextWidth); in VirtHScrollHdl() 1163 long nTargetPos = (long)(fX * nViewWidth); in VirtHScrollHdl()
|
Completed in 63 milliseconds