/aoo41x/main/sw/inc/ |
H A D | pvprtdat.hxx | 32 sal_uLong nLeftSpace, nRightSpace, nTopSpace, nBottomSpace, member in SwPagePreViewPrtData 39 : nLeftSpace(0), nRightSpace(0), nTopSpace(0), nBottomSpace(0), in SwPagePreViewPrtData() 44 sal_uLong GetLeftSpace() const { return nLeftSpace; } in GetLeftSpace() 45 void SetLeftSpace( sal_uLong n ) { nLeftSpace = n; } in SetLeftSpace()
|
/aoo41x/main/sw/source/filter/html/ |
H A D | htmldraw.cxx | 111 sal_uInt16 nLeftSpace = 0, nRightSpace = 0, nUpperSpace = 0, nLowerSpace = 0; in InsertDrawObject() local 118 nLeftSpace = nRightSpace = (sal_uInt16)aTwipSpc.Width(); in InsertDrawObject() 132 nLeftSpace = static_cast< sal_uInt16 >(aLRItem.GetLeft()); in InsertDrawObject() 142 if( nLeftSpace || nRightSpace ) in InsertDrawObject() 145 aLRItem.SetLeft( nLeftSpace ); in InsertDrawObject() 195 pNewDrawObj->SetRelativePos( Point(rCSS1PropInfo.nLeft + nLeftSpace, in InsertDrawObject() 206 pNewDrawObj->SetRelativePos( Point(nLeftSpace, nUpperSpace) ); in InsertDrawObject()
|
H A D | htmlplug.cxx | 213 sal_Int32 nLeftSpace = 0, nRightSpace = 0; in SetSpace() local 221 nLeftSpace = nRightSpace = aTwipSpc.Width(); in SetSpace() 235 nLeftSpace = aLRItem.GetLeft(); in SetSpace() 245 if( nLeftSpace > 0 || nRightSpace > 0 ) in SetSpace() 248 aLRItem.SetLeft( nLeftSpace > 0 ? nLeftSpace : 0 ); in SetSpace() 251 if( nLeftSpace ) in SetSpace() 258 aHoriOri.SetPos( aHoriOri.GetPos() + nLeftSpace ); in SetSpace()
|
H A D | htmlform.cxx | 957 sal_uInt16 nLeftSpace = 0, nRightSpace = 0, in InsertControl() local 992 nLeftSpace = static_cast< sal_uInt16 >(TWIP_TO_MM100( aLRItem.GetLeft() )); in InsertControl() 1002 if( nLeftSpace || nRightSpace ) in InsertControl() 1005 aAny2 <<= (sal_Int32)nLeftSpace; in InsertControl() 1184 nXPos = TWIP_TO_MM100( rCSS1PropInfo.nLeft ) + nLeftSpace; in InsertControl() 1195 nXPos = nLeftSpace; in InsertControl()
|
H A D | htmlgrin.cxx | 210 sal_uInt16 nLeftSpace = 0, nRightSpace = 0; in SetAnchorAndAdjustment() local 212 GetMarginsFromContextWithNumBul( nLeftSpace, nRightSpace, nIndent ); in SetAnchorAndAdjustment() 220 eHoriRel = nLeftSpace ? text::RelOrientation::PRINT_AREA : text::RelOrientation::FRAME; in SetAnchorAndAdjustment()
|
H A D | htmlcss1.cxx | 2136 sal_uInt16 nLeftSpace = 0, nRightSpace = 0; in SetAnchorAndAdjustment() local 2138 GetMarginsFromContextWithNumBul( nLeftSpace, nRightSpace, nIndent ); in SetAnchorAndAdjustment() 2149 eHoriRel = nLeftSpace ? text::RelOrientation::PRINT_AREA : text::RelOrientation::FRAME; in SetAnchorAndAdjustment()
|
H A D | htmltab.cxx | 3607 sal_uInt16 nLeftSpace = 0; in BuildTableCell() local 3610 GetMarginsFromContextWithNumBul( nLeftSpace, nRightSpace, nIndent ); in BuildTableCell() 3893 nLeftSpace, nRightSpace, in BuildTableCell() 3926 pCurTable->SetTable( pStNd, pTCntxt, nLeftSpace, nRightSpace ); in BuildTableCell()
|
/aoo41x/main/sw/source/ui/inc/ |
H A D | swtablerep.hxx | 39 SwTwips nLeftSpace; member in SwTableRep 56 SwTwips GetLeftSpace() const {return nLeftSpace;} in GetLeftSpace() 57 void SetLeftSpace(SwTwips nSet) {nLeftSpace = nSet;} in SetLeftSpace()
|
/aoo41x/main/starmath/inc/ |
H A D | rect.hxx | 129 void SetItalicSpaces(long nLeftSpace, long nRightSpace); 217 inline void SmRect::SetItalicSpaces(long nLeftSpace, long nRightSpace) in SetItalicSpaces() argument 221 nItalicLeftSpace = nLeftSpace; in SetItalicSpaces()
|
/aoo41x/main/starmath/source/ |
H A D | rect.cxx | 627 { long nLeftSpace = 0, in Draw() local 631 { nLeftSpace = GetItalicLeftSpace(); in Draw() 635 long nLeft = GetLeft() - nLeftSpace, in Draw()
|
/aoo41x/main/sc/source/core/data/ |
H A D | postit.cxx | 283 long nLeftSpace = maCellRect.Left() - rVisRect.Left() + 1; in AutoPlaceCaption() local 293 …bool bFitsWidthLeft = nNeededSpaceX <= nLeftSpace; // text box width fits into the width left… in AutoPlaceCaption() 316 if( bPreferLeft || (!bPreferRight && (nLeftSpace > nRightSpace)) ) in AutoPlaceCaption()
|
/aoo41x/main/chart2/source/controller/dialogs/ |
H A D | tp_AxisPositions.cxx | 176 long nLeftSpace = nDialogWidth - nWidth_0 - nWidth_1 - nWidth_2 - 3*nDistance; in AxisPositionsTabPage() local 178 if(nLeftSpace>=0) in AxisPositionsTabPage()
|
H A D | tp_Scale.cxx | 227 long nLeftSpace = nDialogWidth - nNewXPos - nWidthOfOtherControls; in AdjustControlPositions() local 228 if(nLeftSpace>=0) in AdjustControlPositions()
|
/aoo41x/main/sw/source/ui/table/ |
H A D | swtablerep.cxx | 99 nLeftSpace(0), in SwTableRep()
|
/aoo41x/main/sc/source/ui/view/ |
H A D | printfun.cxx | 2115 long nLeftSpace = aPageRect.Left(); // Document-Twips in PrintPage() local 2136 nLeftSpace += ( aPageRect.GetWidth() - nDataWidth ) / 2; // LTR or RTL in PrintPage() 2138 nLeftSpace -= lcl_LineTotal(pBorderItem->GetLeft()); in PrintPage() 2141 nLeftSpace += aPageRect.GetWidth() - nDataWidth; // align to the right edge of the page in PrintPage() 2189 long nStartX = ((long) ( nLeftSpace * nScaleX )); in PrintPage()
|
H A D | tabview.cxx | 2005 long nLeftSpace = aSelection.Left() - aVisible.Left(); in GetChartInsertPos() local 2010 bool bFitLeft = ( nLeftSpace >= nNeededWidth ); in GetChartInsertPos()
|
/aoo41x/main/sw/source/core/layout/ |
H A D | tabfrm.cxx | 5177 SwTwips nTopSpace, nBottomSpace, nLeftSpace, nRightSpace; in Format() local 5182 nLeftSpace = rBoxItem.GetDistance( BOX_LINE_LEFT ); in Format() 5191 nLeftSpace = pAttrs->CalcLeft( this ); in Format() 5196 (this->*fnRect->fnSetXMargins)( nLeftSpace, nRightSpace ); in Format()
|