/trunk/main/svx/source/stbctrls/ |
H A D | selctrl.cxx | 133 long nWidth1 = rStb.GetTextWidth(SVX_RESSTR(RID_SVXSTR_SELMODE_STD)); in GetDefItemWidth() local 138 if(nWidth1<nWidth2) in GetDefItemWidth() 139 nWidth1=nWidth2; in GetDefItemWidth() 141 if(nWidth1<nWidth3) in GetDefItemWidth() 142 nWidth1=nWidth3; in GetDefItemWidth() 144 if(nWidth1<nWidth4) in GetDefItemWidth() 145 nWidth1=nWidth4; in GetDefItemWidth() 147 return nWidth1+PAINT_OFFSET; in GetDefItemWidth()
|
H A D | insctrl.cxx | 118 long nWidth1 = rStb.GetTextWidth(SVX_RESSTR(RID_SVXSTR_OVERWRITE_TEXT)); in GetDefItemWidth() local 121 if(nWidth1<nWidth2) in GetDefItemWidth() 122 nWidth1=nWidth2; in GetDefItemWidth() 124 return nWidth1+PAINT_OFFSET; in GetDefItemWidth()
|
H A D | zoomctrl.cxx | 215 long nWidth1 = rStb.GetTextWidth(String::CreateFromAscii("XXXXX %")); in GetDefItemWidth() local 216 return nWidth1; in GetDefItemWidth()
|
/trunk/main/svx/source/unodialogs/textconversiondlgs/ |
H A D | chinese_dictionarydialog.cxx | 327 , long nWidth1, long nWidth2, long nWidth3 ) in createHeaderBar() argument 333 pHeaderBar->InsertItem( 1, rColumn1, nWidth1, nBits | HIB_UPARROW ); in createHeaderBar() 571 long nWidth1 = m_aED_Mapping.GetPosPixel().X() - m_aED_Term.GetPosPixel().X(); in ChineseDictionaryDialog() local 575 …CT_DictionaryToSimplified.createHeaderBar( aColumn1, aColumn2, aColumn3, nWidth1, nWidth2, nWidth3… in ChineseDictionaryDialog() 579 long pTabs[] = { 3, 0, nWidth1, nWidth1 + nWidth2 }; in ChineseDictionaryDialog()
|
H A D | chinese_dictionarydialog.hxx | 80 , long nWidth1, long nWidth2, long nWidth3 );
|
/trunk/main/svx/inc/svx/ |
H A D | svimbase.hxx | 101 sal_uIntPtr nWidth1; member in SvImageBase 149 sal_uIntPtr GetOrgWidth() const { return nWhichOrg == 1 ? nWidth1 : nWidth2; } in GetOrgWidth() 150 sal_uIntPtr GetDestWidth() const { return nWhichOrg == 1 ? nWidth2 : nWidth1; } in GetDestWidth()
|
/trunk/main/vcl/source/gdi/ |
H A D | bitmap.cxx | 663 const long nWidth1 = nWidth - 1L; in Mirror() local 668 for( long nX = 0L, nOther = nWidth1; nX < nWidth_2; nX++, nOther-- ) in Mirror() 712 const long nWidth1 = nWidth - 1L; in Mirror() local 718 for( long nX = 0L, nOtherX = nWidth1; nX < nWidth; nX++, nOtherX-- ) in Mirror() 730 for( long nX = 0L, nOtherX = nWidth1, nWidth_2 = nWidth >> 1; nX < nWidth_2; nX++, nOtherX-- ) in Mirror() 779 const long nWidth1 = nWidth - 1L; in Rotate() local 787 for( long nY = 0L, nOtherX = nWidth1; nY < nNewHeight; nY++, nOtherX-- ) in Rotate()
|
H A D | bitmap3.cxx | 722 const long nWidth1 = nWidth - 1L; in ImplConvertDown() local 770 for( nX = 1L; nX < nWidth1; nX++ ) in ImplConvertDown() 784 cIndex = (sal_uInt8) aColorMap.GetBestPaletteIndex( pQLine1[ nWidth1 ].ImplGetColor() ); in ImplConvertDown() 1204 const long nWidth1 = pReadAcc->Width() - 1L; in ImplScaleInterpolate() local 1205 const double fRevScaleX = (double) nWidth1 / nNewWidth1; in ImplScaleInterpolate() 2644 long nWidth1 = nWidth - 1L; in ImplDitherFloyd() local 2742 …pWriteAcc->SetPixelIndex( nYAcc, nWidth1, static_cast<sal_uInt8>(nVCLBLut[ nBC ] + nVCLGLut[nGC ] … in ImplDitherFloyd() 2780 const long nWidth1 = nWidth - 1L; in ImplDitherFloyd16() local 2806 for( nX = 1L; nX < nWidth1; nX++ ) in ImplDitherFloyd16() 2821 aBestCol = pQLine1[ nWidth1 ].ImplGetColor(); in ImplDitherFloyd16()
|
/trunk/main/svx/source/table/ |
H A D | tablemodel.cxx | 1124 sal_Int32 nWidth1 = 0, nWidth2 = 0; in optimize() local 1127 xSet1->getPropertyValue( sWidth ) >>= nWidth1; in optimize() 1129 nWidth1 += nWidth2; in optimize() 1130 xSet2->setPropertyValue( sWidth, Any( nWidth1 ) ); in optimize()
|
/trunk/main/xmlsecurity/source/dialogs/ |
H A D | certificateviewer.cxx | 170 long nWidth1 = maIssuedToLabelFI.GetTextWidth( maIssuedToLabelFI.GetText() ); in CertificateViewerGeneralTP() local 172 long nNewWidth = Max( nWidth1, nWidth2 ) + 5; in CertificateViewerGeneralTP()
|
/trunk/main/sw/source/ui/dbui/ |
H A D | dbinsdlg.cxx | 735 long nWidth1 = 0, in IMPL_LINK() local 741 nStart1 = pCol->GetLeft() + nWidth1; in IMPL_LINK() 742 nWidth1 += (long)rCol.CalcColWidth( i, (sal_uInt16)nWidth ); in IMPL_LINK() 743 nEnd1 = nWidth1 - pCol->GetRight(); in IMPL_LINK()
|
/trunk/main/sw/source/core/txtnode/ |
H A D | fntcache.cxx | 688 const long nWidth1 = rOut.GetTextWidth( aStr1 ); in lcl_IsMonoSpaceFont() local 690 return nWidth1 == nWidth2; in lcl_IsMonoSpaceFont()
|