Searched refs:nBoxWidth (Results 1 – 4 of 4) sorted by relevance
/trunk/main/toolkit/test/accessibility/ov/ |
H A D | StateSetView.java | 199 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()
|
/trunk/main/accessibility/workben/org/openoffice/accessibility/awb/view/ |
H A D | StateSetView.java | 127 int nBoxWidth = 8; in PaintAllStates() local 128 Rectangle aCheckBox = new Rectangle (-nBoxWidth/2,0,nBoxWidth,nBoxWidth); in PaintAllStates()
|
/trunk/main/sw/source/core/doc/ |
H A D | tblrwcl.cxx | 119 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 …]
|
/trunk/main/sw/source/filter/rtf/ |
H A D | rtffly.cxx | 1384 long nBoxWidth = pBox->GetFrmFmt()->GetFrmSize().GetWidth(); in _SetPictureSize() local 1385 if( aSize.Width() > nBoxWidth ) in _SetPictureSize() 1386 aSize.Width() = nBoxWidth; in _SetPictureSize()
|
Completed in 45 milliseconds