/trunk/main/svtools/source/filter/ |
H A D | FilterConfigItem.cxx | 365 PropertyValue aWidth; in ReadSize() local 366 aWidth.Name = sWidth; in ReadSize() 367 aWidth.Value <<= aRetValue.Width; in ReadSize() 368 WritePropertyValue( aFilterData, aWidth ); in ReadSize() 487 PropertyValue aWidth; in WriteSize() local 488 aWidth.Name = sWidth; in WriteSize() 489 aWidth.Value <<= rNewValue.Width; in WriteSize() 490 WritePropertyValue( aFilterData, aWidth ); in WriteSize()
|
/trunk/main/sd/source/ui/annotations/ |
H A D | annotationwindow.cxx | 426 unsigned long aWidth = GetSizePixel().Width(); in DoResize() local 429 mpOutliner->SetPaperSize( PixelToLogic( Size(aWidth,aHeight) ) ) ; in DoResize() 434 aWidth -= GetScrollbarWidth(); in DoResize() 442 mpTextWindow->SetPosSizePixel(0,0,aWidth, aHeight); in DoResize() 449 mpOutliner->SetPaperSize( PixelToLogic( Size(aWidth,aHeight) ) ) ; in DoResize() 450 mpOutlinerView->SetOutputArea( PixelToLogic( Rectangle(0,0,aWidth,aHeight) ) ); in DoResize() 453 mpOutlinerView->SetVisArea( PixelToLogic( Rectangle(0,0,aWidth,aHeight) ) ); in DoResize() 455 mpVScrollbar->SetPosSizePixel( 0 + aWidth, 0, GetScrollbarWidth(), aHeight ); in DoResize()
|
/trunk/main/sw/source/core/text/ |
H A D | porfld.cxx | 1138 memset( &aWidth, 0, sizeof(aWidth) ); in SwCombinedPortion() 1181 if( aWidth[ nAct ] ) in Paint() 1184 if( aTmpSz.Width() != aWidth[ nAct ] ) in Paint() 1186 aTmpSz.Width() = aWidth[ nAct ]; in Paint() 1225 if( !aWidth[ aScrType[i] ] ) in Format() 1228 aWidth[ aScrType[i] ] = in Format() 1268 if( aWidth[ nScrp ] ) in Format() 1271 aFontSize.Width() = aWidth[ nScrp ]; in Format()
|
H A D | porfld.hxx | 246 sal_uInt16 aWidth[3]; // one width for every scripttype member in SwCombinedPortion
|
/trunk/main/sw/source/ui/docvw/ |
H A D | SidebarWin.cxx | 663 unsigned long aWidth = GetSizePixel().Width(); in DoResize() local 672 aWidth -= GetScrollbarWidth(); in DoResize() 693 mpOutliner->SetPaperSize( PixelToLogic( Size(aWidth,aHeight) ) ) ; in DoResize() 694 mpOutlinerView->SetOutputArea( PixelToLogic( Rectangle(0,0,aWidth,aHeight) ) ); in DoResize() 697 mpOutlinerView->SetVisArea( PixelToLogic( Rectangle(0,0,aWidth,aHeight) ) ); in DoResize() 702 mpSidebarTxtControl->SetPosSizePixel(0, 0, aWidth, aHeight); in DoResize() 703 mpVScrollbar->SetPosSizePixel( aWidth, 0, GetScrollbarWidth(), aHeight); in DoResize() 709 aWidth, aHeight); in DoResize()
|
H A D | PostItMgr.cxx | 1677 unsigned long aWidth = (unsigned long)(mpWrtShell->GetViewOptions()->GetZoom() * 1.8); in GetSidebarWidth() local 1679 return aWidth; in GetSidebarWidth() 1681 return mpEditWin->PixelToLogic(Size( aWidth ,0)).Width(); in GetSidebarWidth()
|
/trunk/main/sw/source/core/layout/ |
H A D | pagedesc.cxx | 385 aWidth( 25, 100 ), in SwPageFtnInfo() 401 aWidth( rCpy.GetWidth() ), in SwPageFtnInfo() 424 aWidth = rCpy.GetWidth(); in operator =() 446 aWidth == rCmp.GetWidth() && in operator ==()
|
/trunk/main/vcl/source/app/ |
H A D | dbggui.cxx | 1527 int aWidth=0; in DbgDialogTest() local 1532 aWidth = ((RadioButton*)pChild)->CalcMinimumSize(0).Width(); in DbgDialogTest() 1536 aWidth = ((CheckBox*)pChild)->CalcMinimumSize(0).Width(); in DbgDialogTest() 1539 aWidth = ((PushButton*)pChild)->CalcMinimumSize(0).Width(); in DbgDialogTest() 1543 if( pChild->IsVisible() && pChild->GetSizePixel().Width() < aWidth ) in DbgDialogTest() 1571 int aWidth=0; in DbgDialogTest() local 1574 aWidth = pChild->GetTextWidth( aText, 0, nAccelPos ) + in DbgDialogTest() 1578 aWidth = pChild->GetTextWidth( aText ); in DbgDialogTest() 1580 if ( pChild->GetSizePixel().Width() < aWidth && !(pChild->GetStyle() & WB_WORDBREAK) ) in DbgDialogTest()
|
/trunk/main/sw/inc/ |
H A D | pagedesc.hxx | 55 Fraction aWidth; //percentage width of the separator line. member in SwPageFtnInfo 64 const Fraction& GetWidth() const { return aWidth; } in GetWidth() 72 void SetWidth( const Fraction &rNew){ aWidth = rNew; } in SetWidth()
|
/trunk/main/framework/source/uielement/ |
H A D | statusbarmerger.cxx | 85 sal_Int32 aWidth = 0; in lcl_ConvertSequenceToValues() local 86 aPropVal.Value >>= aWidth; in lcl_ConvertSequenceToValues() 87 rItem.nWidth = sal_uInt16( aWidth ); in lcl_ConvertSequenceToValues()
|
/trunk/main/chart2/workbench/addin/ |
H A D | sampleaddin.cxx | 291 uno::Any aColor, aWidth; in refresh() local 293 aWidth <<= (sal_Int32)(50); // 0.5 mm in refresh() 297 xShapeProp->setPropertyValue( OUString::createFromAscii( "LineWidth" ), aWidth ); in refresh()
|
/trunk/main/svx/source/fmcomp/ |
H A D | fmgridcl.cxx | 1554 Any aWidth; in ColumnResized() local 1558 aWidth <<= (sal_Int32)PixelToLogic(Point(nColumnWidth,0),MAP_10TH_MM).X(); in ColumnResized() 1559 xColModel->setPropertyValue(FM_PROP_WIDTH, aWidth); in ColumnResized() 1645 Any aWidth; in InitColumnsByModels() local 1653 aWidth = xCol->getPropertyValue(FM_PROP_WIDTH); in InitColumnsByModels() 1655 if (aWidth >>= nWidth) in InitColumnsByModels()
|
H A D | fmgridif.cxx | 1823 Any aWidth = xNewColumn->getPropertyValue(FM_PROP_WIDTH); in elementInserted() local 1825 if (aWidth >>= nWidth) in elementInserted() 1867 Any aWidth = xNewColumn->getPropertyValue(FM_PROP_WIDTH); in elementReplaced() local 1869 if (aWidth >>= nWidth) in elementReplaced()
|
/trunk/main/vbahelper/source/vbahelper/ |
H A D | vbapagesetupbase.cxx | 303 …uno::Any aWidth = mxPageProps->getPropertyValue( rtl::OUString( RTL_CONSTASCII_USTRINGPARAM("Width… in setOrientation() local 306 … mxPageProps->setPropertyValue( rtl::OUString( RTL_CONSTASCII_USTRINGPARAM("Height")), aWidth ); in setOrientation()
|
/trunk/main/sd/source/ui/func/ |
H A D | fucopy.cxx | 252 Fraction aWidth( aRect.Right() - aRect.Left() + lWidth, aRect.Right() - aRect.Left() ); in DoExecute() local 256 mpView->ResizeAllMarked( aRect.TopLeft(), aWidth, aHeight ); in DoExecute()
|
/trunk/main/vcl/source/fontsubset/ |
H A D | cff.cxx | 493 void setNominalWidth( ValType aWidth) { mpCffLocal->maNominalWidth = aWidth;} in setNominalWidth() argument 494 void setDefaultWidth( ValType aWidth) { mpCffLocal->maDefaultWidth = aWidth;} in setDefaultWidth() argument
|
/trunk/main/dbaccess/source/ui/browser/ |
H A D | sbagrid.cxx | 1016 Any aWidth = xAffectedCol->getPropertyValue(PROPERTY_WIDTH); in SetColWidth() local 1017 sal_Int32 nCurWidth = aWidth.hasValue() ? ::comphelper::getINT32(aWidth) : -1; in SetColWidth()
|
/trunk/main/svgio/source/svgreader/ |
H A D | svgtools.cxx | 967 SvgNumber aWidth; in readViewBox() local 970 if(readNumberAndUnit(rCandidate, nPos, aWidth, nLen)) in readViewBox() 979 double fW(aWidth.solve(rInfoProvider,xcoordinate)); in readViewBox()
|
/trunk/main/wizards/com/sun/star/wizards/reportbuilder/layout/ |
H A D | ReportBuilderLayouter.java | 1581 final Object aWidth = m_aLabelWidthMap.get(sKey); in getLabelWidth() local 1582 final Integer aIntegerWidth = (Integer) aWidth; in getLabelWidth()
|
/trunk/main/sc/source/ui/view/ |
H A D | viewdata.cxx | 2168 Fraction aWidth = GetZoomX(); in UpdateScreenZoom() local 2169 aWidth *= Fraction( aScrSize.Width(),1 ); in UpdateScreenZoom() 2170 aWidth /= aOldX; in UpdateScreenZoom() 2176 aScrSize.Width() = (long) aWidth; in UpdateScreenZoom()
|
/trunk/main/sw/source/filter/ww8/ |
H A D | docxattributeoutput.cxx | 1548 OString aWidth( OString::valueOf( TwipsToEMU( rSize.Width() ) ) ); in FlyFrameGraphic() local 1551 XML_cx, aWidth.getStr(), in FlyFrameGraphic() 1641 XML_cx, aWidth.getStr(), in FlyFrameGraphic()
|
/trunk/main/cppcanvas/source/mtfrenderer/ |
H A D | implrenderer.cxx | 267 const ::basegfx::B2DSize aWidth( rLineInfo.GetWidth(), 0 ); in setupStrokeAttributes() local 269 (getState( rParms.mrStates ).mapModeTransform * aWidth).getX(); in setupStrokeAttributes()
|
/trunk/main/vcl/unx/generic/fontmanager/ |
H A D | fontmanager.cxx | 1489 OString aWidth = rXLFD.getToken( 0, '-', nIndex ).toAsciiLowerCase(); in parseXLFD() local 1524 rEntry.eWidth = parseWidth( aWidth ); in parseXLFD() 1557 if( aWidth != "*" ) rEntry.nMask |= XLFDEntry::MaskWidth; in parseXLFD()
|
/trunk/main/svx/source/dialog/ |
H A D | svxruler.cxx | 633 sal_uIntPtr aWidth= in UpdateFrame() local 636 SetMargin2( aWidth, nMarginStyle ); in UpdateFrame()
|
/trunk/main/oox/source/drawingml/ |
H A D | customshapegeometry.cxx | 1065 …EnhancedCustomShapeParameter aWidth = GetAdjCoordinate( mrCustomShapeProperties, xAttribs->getOpti… in createFastChildContext() local
|