Home
last modified time | relevance | path

Searched refs:nBoxWidth (Results 1 – 4 of 4) sorted by relevance

/aoo4110/main/toolkit/test/accessibility/ov/
H A DStateSetView.java199 int nBoxWidth = nStateWidth-2; in PaintAllStates() local
200 if (nBoxWidth > 8) in PaintAllStates()
201 nBoxWidth = 8; in PaintAllStates()
202 Rectangle aCheckBox = new Rectangle (-nBoxWidth/2,0,nBoxWidth,nBoxWidth); in PaintAllStates()
/aoo4110/main/accessibility/workben/org/openoffice/accessibility/awb/view/
H A DStateSetView.java127 int nBoxWidth = 8; in PaintAllStates() local
128 Rectangle aCheckBox = new Rectangle (-nBoxWidth/2,0,nBoxWidth,nBoxWidth); in PaintAllStates()
/aoo4110/main/sw/source/core/doc/
H A Dtblrwcl.cxx119 sal_uInt16 nTblWidth, nRemainWidth, nBoxWidth; member
140 nRemainWidth( rCpy.nRemainWidth ), nBoxWidth( rCpy.nBoxWidth ), in CR_SetBoxWidth()
954 SwTwips nBoxStt, SwTwips nBoxWidth, in lcl_FndNxtPrvDelBox() argument
966 SwTwips nFndWidth = nBoxStt + nBoxWidth; in lcl_FndNxtPrvDelBox()
988 Abs( nBoxWidth - nFndBoxWidth ) > COLFUZZY ) in lcl_FndNxtPrvDelBox()
3072 SwTwips nBoxWidth = 0; in lcl_DelSelBox_CorrLowers() local
3078 if( COLFUZZY < Abs( nWidth - nBoxWidth )) in lcl_DelSelBox_CorrLowers()
3087 nDiff /= nBoxWidth; in lcl_DelSelBox_CorrLowers()
3136 if( COLFUZZY < Abs( rParam.nBoxWidth - in lcl_ChgBoxSize()
3139 nDiff = rDelWidth + rParam.nLowerDiff - rParam.nBoxWidth; in lcl_ChgBoxSize()
[all …]
/aoo4110/main/sw/source/filter/rtf/
H A Drtffly.cxx1389 long nBoxWidth = pBox->GetFrmFmt()->GetFrmSize().GetWidth(); in _SetPictureSize() local
1390 if( aSize.Width() > nBoxWidth ) in _SetPictureSize()
1391 aSize.Width() = nBoxWidth; in _SetPictureSize()

Completed in 57 milliseconds