/aoo4110/main/sw/source/filter/html/ |
H A D | htmlplug.cxx | 307 Size aSpace( USHRT_MAX, USHRT_MAX ); in InsertEmbed() local 368 if( USHRT_MAX==aSpace.Width() ) in InsertEmbed() 372 if( USHRT_MAX==aSpace.Height() ) in InsertEmbed() 395 if( USHRT_MAX==aSpace.Width() ) in InsertEmbed() 396 aSpace.Width() = 0; in InsertEmbed() 397 if( USHRT_MAX==aSpace.Height() ) in InsertEmbed() 398 aSpace.Height() = 0; in InsertEmbed() 403 aSpace.Width() = 0; aSpace.Height() = 0; in InsertEmbed() 502 Size aSpace( 0, 0 ); in NewObject() local 673 Size aSpace( 0, 0 ); in InsertApplet() local [all …]
|
H A D | htmldraw.cxx | 283 Size aSpace( 0, 0 ); in NewMarquee() local 365 aSpace.Height() = pOption->GetNumber(); in NewMarquee() 370 aSpace.Width() = pOption->GetNumber(); in NewMarquee() 552 InsertDrawObject( pMarquee, aSpace, eVertOri, eHoriOri, aStyleItemSet, in NewMarquee()
|
/aoo4110/main/sc/source/filter/html/ |
H A D | htmlexp2.cxx | 96 Size aSpace; in FillGraphList() local 115 aSpace = MMToPixel( Size( in FillGraphList() 118 aSpace.Width() += (nCol2-nCol1) * (nCellSpacing+1); in FillGraphList() 119 aSpace.Height() += (nRow2-nRow1) * (nCellSpacing+1); in FillGraphList() 120 aSpace.Width() /= 2; in FillGraphList() 121 aSpace.Height() /= 2; in FillGraphList() 124 aR, aSize, bInCell, aSpace ); in FillGraphList() 144 ByteString::CreateFromInt32( pE->aSpace.Width() ); in WriteGraphEntry() 146 ByteString::CreateFromInt32( pE->aSpace.Height() ); in WriteGraphEntry()
|
H A D | htmlpars.cxx | 1352 pImage->aSpace.X() = (long)pOption->GetNumber(); in Image() 1357 pImage->aSpace.Y() = (long)pOption->GetNumber(); in Image() 1396 nWidth += pI->aSize.Width() + 2 * pI->aSpace.X(); in Image() 1401 && (nWidth + pImage->aSize.Width() + 2 * pImage->aSpace.X() in Image()
|
/aoo4110/main/sw/source/ui/table/ |
H A D | chartins.cxx | 89 Size aSpace = pParentWin->LogicToPixel( Size( 8, 12 ), MAP_APPFONT ); in SwGetChartDialogPos() local 94 if ( aDesktop.Bottom() - aObjAbs.Bottom() >= rDialogSize.Height() + aSpace.Height() ) in SwGetChartDialogPos() 97 aRet.Y() = aObjAbs.Bottom() + aSpace.Height(); in SwGetChartDialogPos() 100 else if ( aObjAbs.Top() - aDesktop.Top() >= rDialogSize.Height() + aSpace.Height() ) in SwGetChartDialogPos() 103 aRet.Y() = aObjAbs.Top() - rDialogSize.Height() - aSpace.Height(); in SwGetChartDialogPos() 108 … bool bFitLeft = ( aObjAbs.Left() - aDesktop.Left() >= rDialogSize.Width() + aSpace.Width() ); in SwGetChartDialogPos() 109 … bool bFitRight = ( aDesktop.Right() - aObjAbs.Right() >= rDialogSize.Width() + aSpace.Width() ); in SwGetChartDialogPos() 116 aRet.X() = aObjAbs.Right() + aSpace.Width(); in SwGetChartDialogPos() 118 aRet.X() = aObjAbs.Left() - rDialogSize.Width() - aSpace.Width(); in SwGetChartDialogPos()
|
/aoo4110/main/sc/source/filter/rtf/ |
H A D | eeimpars.cxx | 473 aSizePix.Width() += 2 * pI->aSpace.X(); in GraphicSize() 474 aSizePix.Height() += 2 * pI->aSpace.Y(); in GraphicSize() 542 Point aSpace; in InsertGraphic() local 550 aInsertPos.X() += aSpace.X(); in InsertGraphic() 557 aInsertPos.Y() += aSpace.Y(); in InsertGraphic() 560 aSpace = pDefaultDev->PixelToLogic( pI->aSpace, MapMode( MAP_100TH_MM ) ); in InsertGraphic() 561 aInsertPos += aSpace; in InsertGraphic()
|
/aoo4110/main/reportdesign/source/ui/dlg/ |
H A D | GroupsSorting.cxx | 1042 Size aSpace = LogicToPixel( aSize, MAP_APPFONT ); in DBG_NAME() local 1043 Size aOutSize(nMaxTextWidth + m_aHeader.GetSizePixel().Width() + 3*aSpace.Width(),aSpace.Height()); in DBG_NAME() 1432 Size aSpace = LogicToPixel( Size( UNRELATED_CONTROLS, UNRELATED_CONTROLS ), MAP_APPFONT ); in Resize() local 1433 …m_pFieldExpression->SetSizePixel(Size(aTotalOutputSize.Width() - 2*aSpace.Width(),m_pFieldExpressi… in Resize() 1448 aPos.X() += nMaxTextWidth + aSpace.Width(); in Resize() 1451 …pControlsLst[i]->SetPosSizePixel(aPos,Size(aTotalOutputSize.Width() - aPos.X() - aSpace.Width(),pC… in Resize() 1454 m_aFL.SetSizePixel(Size(aTotalOutputSize.Width() - aSpace.Width(),m_aFL.GetSizePixel().Height())); in Resize() 1455 …m_aFL2.SetSizePixel(Size(aTotalOutputSize.Width() - aSpace.Width(),m_aFL2.GetSizePixel().Height())… in Resize() 1456 …m_aFL3.SetSizePixel(Size(aTotalOutputSize.Width() - aSpace.Width(),m_aFL3.GetSizePixel().Height())… in Resize() 1466 sal_Int32 nPos = aTotalOutputSize.Width() - aSpace.Width() - m_aToolBox.GetSizePixel().Width(); in Resize()
|
/aoo4110/main/sw/source/core/unocore/ |
H A D | XMLRangeHelper.cxx | 307 static const sal_Unicode aSpace( ' ' ); in getCellRangeFromXMLString() local 333 ( bInQuotation || rXMLString[ nEndPos ] != aSpace )) in getCellRangeFromXMLString() 360 static const sal_Unicode aSpace( ' ' ); in getXMLStringFromCellRange() local 368 bool bNeedsQuoting = bNeedsEscaping || ( rRange.aTableName.indexOf( aSpace ) > -1 ); in getXMLStringFromCellRange()
|
/aoo4110/main/chart2/source/tools/ |
H A D | XMLRangeHelper.cxx | 312 static const sal_Unicode aSpace( ' ' ); in getCellRangeFromXMLString() local 339 ( bInQuotation || rXMLString[ nEndPos ] != aSpace )) in getCellRangeFromXMLString() 366 static const sal_Unicode aSpace( ' ' ); in getXMLStringFromCellRange() local 374 bool bNeedsQuoting = bNeedsEscaping || ( rRange.aTableName.indexOf( aSpace ) > -1 ); in getXMLStringFromCellRange()
|
H A D | ExplicitCategoriesProvider.cxx | 391 OUString aSpace(C2U(" ")); in lcl_getExplicitSimpleCategories() local 405 aText += aSpace; in lcl_getExplicitSimpleCategories()
|
/aoo4110/main/padmin/source/ |
H A D | prtsetup.hxx | 151 String aSpace( m_aSpaceBox.GetSelectEntry() ); in getColorDevice() local 152 return aSpace == m_aSpaceColor ? 1 : ( aSpace == m_aSpaceGray ? -1 : 0 ); in getColorDevice()
|
/aoo4110/main/svgio/source/svgreader/ |
H A D | svgtools.cxx | 1534 const sal_Unicode aSpace(' '); in consolidateContiguosSpace() local 1540 if(aSpace == aChar) in consolidateContiguosSpace() 1549 aBuffer.append(aSpace); in consolidateContiguosSpace() 1560 aBuffer.append(aSpace); in consolidateContiguosSpace() 1576 const sal_Unicode aSpace(' '); in whiteSpaceHandlingDefault() local 1582 aRetval = convert(aRetval, aTab, aSpace, false); in whiteSpaceHandlingDefault() 1597 const sal_Unicode aSpace(' '); in whiteSpaceHandlingPreserve() local 1600 rtl::OUString aRetval(convert(rCandidate, aNewline, aSpace, false)); in whiteSpaceHandlingPreserve() 1603 aRetval = convert(rCandidate, aTab, aSpace, false); in whiteSpaceHandlingPreserve()
|
/aoo4110/main/sax/source/tools/ |
H A D | fastserializer.cxx | 60 static rtl::ByteSequence aSpace((const sal_Int8 *)" ", 1); variable 252 writeBytes(toUnoSequence(aSpace)); in writeFastAttributeList() 265 writeBytes(toUnoSequence(aSpace)); in writeFastAttributeList()
|
/aoo4110/main/sc/source/filter/inc/ |
H A D | eeparser.hxx | 43 Point aSpace; member 49 aSize( 0, 0 ), aSpace( 0, 0 ), pGraphic( NULL ), in ScHTMLImage()
|
H A D | htmlexp.hxx | 74 Size aSpace; // Spacing in Pixeln member 81 aRange( rRange ), aSize( rSize ), aSpace( rSpace ), in ScHTMLGraphEntry()
|
/aoo4110/main/sc/source/ui/view/ |
H A D | tabview.cxx | 2099 Size aSpace = pWin->LogicToPixel( Size( 8, 12 ), MAP_APPFONT ); in GetChartDialogPos() local 2107 if ( aDesktop.Bottom() - aObjAbs.Bottom() >= rDialogSize.Height() + aSpace.Height() ) in GetChartDialogPos() 2111 aRet.Y() = aObjAbs.Bottom() + aSpace.Height(); in GetChartDialogPos() 2114 else if ( aObjAbs.Top() - aDesktop.Top() >= rDialogSize.Height() + aSpace.Height() ) in GetChartDialogPos() 2118 aRet.Y() = aObjAbs.Top() - rDialogSize.Height() - aSpace.Height(); in GetChartDialogPos() 2123 … bool bFitLeft = ( aObjAbs.Left() - aDesktop.Left() >= rDialogSize.Width() + aSpace.Width() ); in GetChartDialogPos() 2124 … bool bFitRight = ( aDesktop.Right() - aObjAbs.Right() >= rDialogSize.Width() + aSpace.Width() ); in GetChartDialogPos() 2131 aRet.X() = aObjAbs.Right() + aSpace.Width(); in GetChartDialogPos() 2133 aRet.X() = aObjAbs.Left() - rDialogSize.Width() - aSpace.Width(); in GetChartDialogPos()
|
/aoo4110/main/sd/source/ui/animations/ |
H A D | CustomAnimationDialog.cxx | 1276 Size aSpace( LogicToPixel( Size( 3, 3 ), MAP_APPFONT ) ); in CustomAnimationEffectTabPage() local 1303 nOffsetY += mpLBProperty1->GetSizePixel().Height() + aSpace.Height(); in CustomAnimationEffectTabPage() 1331 nOffsetY += mpCBSmoothStart->GetSizePixel().Height() + aSpace.Height(); in CustomAnimationEffectTabPage() 1348 nOffsetY += mpFLSettings->GetSizePixel().Height() + aSpace.Height(); in CustomAnimationEffectTabPage() 1354 nOffsetY += mpFLEnhancements->GetSizePixel().Height() + aSpace.Height(); in CustomAnimationEffectTabPage() 1356 nOffsetX = 2* aSpace.Width(); in CustomAnimationEffectTabPage() 1505 aSize.Height() += mpMFTextDelay->GetPosPixel().X() + GetSizePixel().Height() + aSpace.Height(); in CustomAnimationEffectTabPage()
|
/aoo4110/main/filter/source/xsltdialog/ |
H A D | xmlfiltersettingsdialog.cxx | 351 OUString aSpace( sal_Unicode( ' ' ) ); in createUniqueFilterName() local 358 aFilterName += aSpace; in createUniqueFilterName() 372 OUString aSpace( sal_Unicode( ' ' ) ); in createUniqueTypeName() local 379 aTypeName += aSpace; in createUniqueTypeName()
|
/aoo4110/main/sw/source/core/txtnode/ |
H A D | ndtxt.cxx | 3130 const sal_Unicode aSpace = ' '; in GetExpandTxt() local 3131 aTxt.Insert( aSpace, 0 ); in GetExpandTxt() 3142 const sal_Unicode aSpace = ' '; in GetExpandTxt() local 3143 aTxt.Insert( aSpace , 0 ); in GetExpandTxt() 3144 aTxt.Insert( aSpace , 0 ); in GetExpandTxt() 4292 const sal_Unicode aSpace = ' '; in GetLabelFollowedBy() local 4293 aLabelFollowedBy.Insert( aSpace, 0 ); in GetLabelFollowedBy()
|
/aoo4110/main/sw/source/core/text/ |
H A D | txtio.cxx | 260 XubString aSpace; in LayOutPut() local 261 lcl_OutFrame( aStream, pFrm, aSpace, sal_False ); in LayOutPut()
|
/aoo4110/main/soldep/bootstrp/ |
H A D | prj.cxx | 2606 ByteString aSpace(' '); in WritePrj() local 2630 aDataString += aSpace; in WritePrj() 2671 aDataString += aSpace; in WritePrj() 2677 aDataString += aSpace; in WritePrj()
|
/aoo4110/main/filter/source/svg/ |
H A D | svgwriter.cxx | 870 const ::rtl::OUString aSpace( ' ' ); in ImplWriteText() local 886 aString += aSpace; in ImplWriteText() 1039 const ::rtl::OUString aSpace( ' ' ); in ImplWriteBmp() local 1046 aString += aSpace; in ImplWriteBmp()
|
/aoo4110/main/xmloff/source/draw/ |
H A D | shapeexport2.cxx | 1308 const char aSpace = ' '; local 1309 sStringBuffer.appendAscii( &aSpace, 1 ); 1313 sStringBuffer.appendAscii( &aSpace, 1 );
|
/aoo4110/main/xmloff/source/chart/ |
H A D | SchXMLChartContext.cxx | 181 const sal_Unicode aSpace( ' ' ); in lcl_getNumberSequenceFromString() local 189 nPos = rStr.indexOf( aSpace, nLastPos ); in lcl_getNumberSequenceFromString()
|
/aoo4110/main/cui/source/options/ |
H A D | optinet2.cxx | 877 …const Size aSpace = aSearchNameFT.LogicToPixel( Size( RSC_SP_CTRL_DESC_Y, RSC_SP_CTRL_DESC_Y ), MA… in InitControls_Impl() local 878 nLabelTextWidth += aSpace.Width(); in InitControls_Impl()
|