Home
last modified time | relevance | path

Searched refs:nViewWidth (Results 1 – 14 of 14) sorted by relevance

/trunk/main/sw/source/core/text/
H A Dporref.cxx54 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 Dportox.cxx54 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 Dtxthyph.cxx491 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 Dporlin.cxx110 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 Dporfld.cxx85 : aExpand(rExpand), pFnt(pFont), nNextOffset(0), nNextScriptChg(STRING_LEN), nViewWidth(0), in SwFldPortion()
133 if( !nViewWidth ) in GetViewWidth()
134 pThis->nViewWidth = rInf.GetTxtSize( ' ' ).Width(); in GetViewWidth()
137 pThis->nViewWidth = 0; in GetViewWidth()
138 return nViewWidth; in GetViewWidth()
H A Dporref.hxx46 KSHORT nViewWidth; member in SwIsoRefPortion
H A Dportox.hxx48 KSHORT nViewWidth; member in SwIsoToxPortion
H A Dporhyph.hxx69 KSHORT nViewWidth; member in SwSoftHyphPortion
H A Dporexp.hxx86 KSHORT nViewWidth; member in SwPostItsPortion
H A Dporexp.cxx263 : nViewWidth(0), bScript( bScrpt ) in SwPostItsPortion()
H A Dporfld.hxx47 KSHORT nViewWidth; // Screenbreite fuer leere Felder member in SwFldPortion
/trunk/main/vcl/source/window/
H A Dtabdlg.cxx102 long nViewWidth = 0; in ImplPosControls() local
110 nViewWidth = aTabSize.Width(); in ImplPosControls()
119 nViewWidth = aTabSize.Width(); in ImplPosControls()
144 nViewWidth, nViewHeight, in ImplPosControls()
/trunk/main/svtools/source/dialogs/
H A Dwizdlg.cxx199 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()
/trunk/main/sd/source/ui/view/
H A Doutlnvsh.cxx1158 long nViewWidth = pWin->PixelToLogic( in VirtHScrollHdl() local
1161 nViewWidth = Max(nViewWidth, nTextWidth); in VirtHScrollHdl()
1163 long nTargetPos = (long)(fX * nViewWidth); in VirtHScrollHdl()

Completed in 53 milliseconds