Home
last modified time | relevance | path

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

/AOO41X/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()
/AOO41X/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()
/AOO41X/main/sw/source/core/doc/
H A Dtblrwcl.cxx119 sal_uInt16 nTblWidth, nRemainWidth, nBoxWidth; member
126 nTblWidth( (sal_uInt16)nTblW ), nRemainWidth( 0 ), nBoxWidth( 0 ), in CR_SetBoxWidth()
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()
1040 SwTwips nBoxWidth = rBox.GetFrmFmt()->GetFrmSize().GetWidth(); in lcl_SaveUpperLowerBorder() local
1044 pPrvBox = ::lcl_FndNxtPrvDelBox( *pTblLns, nBoxStt, nBoxWidth, in lcl_SaveUpperLowerBorder()
1048 pNxtBox = ::lcl_FndNxtPrvDelBox( *pTblLns, nBoxStt, nBoxWidth, in lcl_SaveUpperLowerBorder()
3072 SwTwips nBoxWidth = 0; in lcl_DelSelBox_CorrLowers() local
[all …]
/AOO41X/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()