| /trunk/main/toolkit/source/layout/vcl/ |
| H A D | wcontainer.cxx | 46 Container::Container( rtl::OUString const& rName, sal_Int32 nBorder ) in Container() argument 52 uno::Any( nBorder ) ); in Container() 139 Table::Table( sal_Int32 nBorder, sal_Int32 nColumns ) in Table() argument 140 : Container( rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "table" ) ), nBorder ) in Table() 185 Box::Box( rtl::OUString const& rName, sal_Int32 nBorder, bool bHomogeneous ) in Box() argument 186 : Container( rName, nBorder ) in Box() 240 HBox::HBox( sal_Int32 nBorder, bool bHomogeneous ) in HBox() argument 242 nBorder, bHomogeneous ) in HBox() 251 VBox::VBox( sal_Int32 nBorder, bool bHomogeneous ) in VBox() argument 253 nBorder, bHomogeneous ) in VBox()
|
| /trunk/main/writerfilter/source/dmapper/ |
| H A D | PropertyMap.cxx | 297 for( sal_Int32 nBorder = 0; nBorder < 4; ++nBorder ) in SectionPropertyMap() local 298 m_nBorderDistances[ nBorder ] = -1; in SectionPropertyMap() 514 for( sal_Int32 nBorder = 0; nBorder < 4; ++nBorder) in ApplyBorderToPageStyles() local 516 if( m_pBorderLines[nBorder] ) in ApplyBorderToPageStyles() 518 const ::rtl::OUString sBorderName = rPropNameSupplier.GetName( aBorderIds[nBorder] ); in ApplyBorderToPageStyles() 519 xFirst->setPropertyValue( sBorderName, uno::makeAny( *m_pBorderLines[nBorder] )); in ApplyBorderToPageStyles() 521 xSecond->setPropertyValue( sBorderName, uno::makeAny( *m_pBorderLines[nBorder] )); in ApplyBorderToPageStyles() 523 if( m_nBorderDistances[nBorder] >= 0 ) in ApplyBorderToPageStyles() 525 SetBorderDistance( xFirst, aMarginIds[nBorder], aBorderDistanceIds[nBorder], in ApplyBorderToPageStyles() 526 m_nBorderDistances[nBorder], nOffsetFrom ); in ApplyBorderToPageStyles() [all …]
|
| H A D | TDefTableHandler.cxx | 257 for( sal_uInt32 nBorder = 1; nBorder < m_aCellBorderPositions.size() - 1; ++nBorder ) in getRowProperties() local 260 …sal::static_int_cast< sal_Int16 >(double(m_aCellBorderPositions[nBorder]) * nFullWidthRelative / n… in getRowProperties() 262 pSeparators[nBorder - 1].Position = nRelPos; in getRowProperties() 263 pSeparators[nBorder - 1].IsVisible = sal_True; in getRowProperties()
|
| H A D | DomainMapperTableManager.cxx | 506 for( sal_uInt32 nBorder = 0; nBorder < m_nCellCounterForCurrentRow.top() - 1; ++nBorder ) in endOfRowAction() local 518 pSeparators[nBorder].Position = nRelPos + nLastRelPos; in endOfRowAction() 519 pSeparators[nBorder].IsVisible = sal_True; in endOfRowAction()
|
| H A D | GraphicImport.cxx | 1552 for( sal_Int32 nBorder = 0; nBorder < 4; ++nBorder ) in createGraphicObject() local 1554 if( m_pImpl->eGraphicImportType == IMPORT_AS_GRAPHIC || !nBorder ) in createGraphicObject() 1556 …phicImportType == IMPORT_AS_SHAPE ? BORDER_TOP : static_cast<BorderPosition>(nBorder) ].nLineColor; in createGraphicObject() 1558 …phicImportType == IMPORT_AS_SHAPE ? BORDER_TOP : static_cast<BorderPosition>(nBorder) ].nLineWidth; in createGraphicObject() 1568 …jectProperties->setPropertyValue(rPropNameSupplier.GetName( aBorderProps[nBorder]), uno::makeAny(a… in createGraphicObject()
|
| /trunk/main/sc/source/filter/excel/ |
| H A D | xistyle.cxx | 757 void XclImpCellBorder::FillFromXF3( sal_uInt32 nBorder ) in FillFromXF3() argument 759 mnTopLine = ::extract_value< sal_uInt8 >( nBorder, 0, 3 ); in FillFromXF3() 760 mnLeftLine = ::extract_value< sal_uInt8 >( nBorder, 8, 3 ); in FillFromXF3() 761 mnBottomLine = ::extract_value< sal_uInt8 >( nBorder, 16, 3 ); in FillFromXF3() 762 mnRightLine = ::extract_value< sal_uInt8 >( nBorder, 24, 3 ); in FillFromXF3() 763 mnTopColor = ::extract_value< sal_uInt16 >( nBorder, 3, 5 ); in FillFromXF3() 764 mnLeftColor = ::extract_value< sal_uInt16 >( nBorder, 11, 5 ); in FillFromXF3() 765 mnBottomColor = ::extract_value< sal_uInt16 >( nBorder, 19, 5 ); in FillFromXF3() 766 mnRightColor = ::extract_value< sal_uInt16 >( nBorder, 27, 5 ); in FillFromXF3() 770 void XclImpCellBorder::FillFromXF5( sal_uInt32 nBorder, sal_uInt32 nArea ) in FillFromXF5() argument [all …]
|
| /trunk/main/sw/source/filter/writer/ |
| H A D | wrtswtbl.cxx | 227 if( nOutWidth && (!nBorder || nOutWidth < nBorder) ) in MergeBorders() 228 nBorder = nOutWidth; in MergeBorders() 323 nSpace = nSpace + nBorder; in GetLeftSpace() 341 nSpace = nSpace + nBorder; in GetRightSpace() 393 nRawHeight -= nBorder; in GetAbsHeight() 402 nRawHeight -= nBorder; in GetAbsHeight() 766 : nBorderColor((sal_uInt32)-1), nCellSpacing(0), nCellPadding(0), nBorder(0), in SwWriteTable() 788 if( !nBorder ) in SwWriteTable() 789 nBorder = nInnerBorder; in SwWriteTable() 793 : nBorderColor((sal_uInt32)-1), nCellSpacing(0), nCellPadding(0), nBorder(0), in SwWriteTable() [all …]
|
| /trunk/main/sw/source/core/layout/ |
| H A D | pagechg.cxx | 147 long nBorder = 0; in Format() local 152 nBorder = nSize % (GETGRIDWIDTH(pGrid, pDoc)); in Format() 153 nSize -= nBorder; in Format() 154 nBorder /= 2; in Format() 156 (Prt().*fnRect->fnSetPosX)( nBorder ); in Format() 160 nBorder = (Frm().*fnRect->fnGetHeight)(); in Format() 163 long nNumberOfLines = nBorder / nSum; in Format() 169 nBorder -= nSize; in Format() 170 nBorder /= 2; in Format() 176 (Prt().*fnRect->fnSetPosY)( bAdjust ? nBorder : 0 ); in Format() [all …]
|
| /trunk/main/sd/source/ui/slidesorter/view/ |
| H A D | SlsButtonBar.cxx | 561 … const sal_Int32 nBorder (mrSlideSorter.GetTheme()->GetIntegerValue(Theme::Integer_ButtonBorder)); in LayoutButtons() local 574 sal_Int32 nExcludedTotalWidth ((maExcludedButtons.size()-1) * nGap + 2*nBorder); in LayoutButtons() 584 sal_Int32 nRegularTotalWidth ((maRegularButtons.size()-1) * nGap + 2*nBorder); in LayoutButtons() 592 nMaximumHeight += 2*nBorder; in LayoutButtons() 606 aBox.Right() -= nBorder; in LayoutButtons() 826 const sal_Int32 nBorder (mpTheme->GetIntegerValue(Theme::Integer_ButtonBorder)); in UpdateMinimumIconSizes() local 827 sal_Int32 nTotalWidthLarge ((rButtons.size()-1) * nGap + 2*nBorder); in UpdateMinimumIconSizes() 828 sal_Int32 nTotalWidthMedium ((rButtons.size()-1) * nGap + 2*nBorder); in UpdateMinimumIconSizes() 829 sal_Int32 nTotalWidthSmall ((rButtons.size()-1) * nGap + 2*nBorder); in UpdateMinimumIconSizes() 850 maMinimumLargeButtonAreaSize = Size(nTotalWidthLarge, nMaximumHeightLarge+2*nBorder); in UpdateMinimumIconSizes() [all …]
|
| /trunk/main/vcl/source/window/ |
| H A D | window2.cxx | 606 long nBorder = 1; in InvertTracking() local 608 nBorder = 5; in InvertTracking() 609 … pGraphics->Invert( aRect.Left(), aRect.Top(), aRect.GetWidth(), nBorder, SAL_INVERT_50, this ); in InvertTracking() 610 …pGraphics->Invert( aRect.Left(), aRect.Bottom()-nBorder+1, aRect.GetWidth(), nBorder, SAL_INVERT_5… in InvertTracking() 611 …pGraphics->Invert( aRect.Left(), aRect.Top()+nBorder, nBorder, aRect.GetHeight()-(nBorder*2), SAL_… in InvertTracking() 612 …pGraphics->Invert( aRect.Right()-nBorder+1, aRect.Top()+nBorder, nBorder, aRect.GetHeight()-(nBord… in InvertTracking()
|
| /trunk/main/svx/inc/svx/ |
| H A D | xgrad.hxx | 42 sal_uInt16 nBorder; member in XGradient 53 sal_uInt16 nXOfs = 50, sal_uInt16 nYOfs = 50, sal_uInt16 nBorder = 0, 63 void SetBorder(sal_uInt16 nNewBorder) { nBorder = nNewBorder; } in SetBorder() 74 sal_uInt16 GetBorder() const { return nBorder; } in GetBorder()
|
| H A D | svdpage.hxx | 498 virtual void SetLftBorder(sal_Int32 nBorder); 499 virtual void SetUppBorder(sal_Int32 nBorder); 500 virtual void SetRgtBorder(sal_Int32 nBorder); 501 virtual void SetLwrBorder(sal_Int32 nBorder);
|
| /trunk/main/svx/source/svdraw/ |
| H A D | svdpage.cxx | 1598 void SdrPage::SetLftBorder(sal_Int32 nBorder) in SetLftBorder() argument 1600 if(nBordLft != nBorder) in SetLftBorder() 1602 nBordLft = nBorder; in SetLftBorder() 1607 void SdrPage::SetUppBorder(sal_Int32 nBorder) in SetUppBorder() argument 1609 if(nBordUpp != nBorder) in SetUppBorder() 1611 nBordUpp = nBorder; in SetUppBorder() 1616 void SdrPage::SetRgtBorder(sal_Int32 nBorder) in SetRgtBorder() argument 1618 if(nBordRgt != nBorder) in SetRgtBorder() 1620 nBordRgt=nBorder; in SetRgtBorder() 1625 void SdrPage::SetLwrBorder(sal_Int32 nBorder) in SetLwrBorder() argument [all …]
|
| /trunk/main/oox/source/xls/ |
| H A D | stylesbuffer.cxx | 1690 void Border::setBiff3Data( sal_uInt32 nBorder ) in setBiff3Data() argument 1693 ….maLeft.setBiffData( extractValue< sal_uInt8 >( nBorder, 8, 3 ), extractValue< sal_uInt16 >( nB… in setBiff3Data() 1694 ….maRight.setBiffData( extractValue< sal_uInt8 >( nBorder, 24, 3 ), extractValue< sal_uInt16 >( nB… in setBiff3Data() 1695 ….maTop.setBiffData( extractValue< sal_uInt8 >( nBorder, 0, 3 ), extractValue< sal_uInt16 >( nB… in setBiff3Data() 1696 ….maBottom.setBiffData( extractValue< sal_uInt8 >( nBorder, 16, 3 ), extractValue< sal_uInt16 >( nB… in setBiff3Data() 1700 void Border::setBiff5Data( sal_uInt32 nBorder, sal_uInt32 nArea ) in setBiff5Data() argument 1703 ….maLeft.setBiffData( extractValue< sal_uInt8 >( nBorder, 3, 3 ), extractValue< sal_uInt16 >( nB… in setBiff5Data() 1704 ….maRight.setBiffData( extractValue< sal_uInt8 >( nBorder, 6, 3 ), extractValue< sal_uInt16 >( nB… in setBiff5Data() 1705 ….maTop.setBiffData( extractValue< sal_uInt8 >( nBorder, 0, 3 ), extractValue< sal_uInt16 >( nB… in setBiff5Data() 2304 sal_uInt32 nBorder; in importXf() local [all …]
|
| /trunk/main/sw/source/ui/uiview/ |
| H A D | srcview.cxx | 145 short nBorder = BORDERPRN; in TYPEINIT1() local 160 long nYTop = TMARGPRN-3*nBorder-nFontHeight; in TYPEINIT1() 162 long nXLeft = nLeftMargin-nBorder; in TYPEINIT1() 163 long nXRight = aSz.Width()-RMARGPRN+nBorder; in TYPEINIT1() 167 Size( nXRight-nXLeft, aSz.Height() - nYTop - BMARGPRN + nBorder ) ) ); in TYPEINIT1() 170 long nY = TMARGPRN-2*nBorder; in TYPEINIT1() 187 nY = TMARGPRN-nBorder; in TYPEINIT1()
|
| H A D | viewtab.cxx | 832 long nBorder = (long)(aColItem.GetLeft() - aTabCols.GetLeftMin()); in ExecTabWin() local 833 aTabCols.SetLeft( nBorder ); in ExecTabWin() 835 …nBorder = (bVerticalWriting ? nPageHeight : nPageWidth) - aTabCols.GetLeftMin() - aColItem.GetRigh… in ExecTabWin() 839 long nTmp2 = aTabCols.GetLeftMin() + nBorder; in ExecTabWin() 845 aTabCols.SetRight( nBorder ); in ExecTabWin() 967 long nBorder = nPageHeight - aTabCols.GetLeftMin() - aColItem.GetRight(); in ExecTabWin() local 968 aTabCols.SetRight( nBorder ); in ExecTabWin() 1955 const sal_uInt16 nBorder = pFmt ? pFmt->GetBox().GetDistance() : in StateTabWin() local 2004 aRectangle.Left() += nBorder; in StateTabWin() 2005 aRectangle.Right() -= nBorder; in StateTabWin()
|
| /trunk/main/sd/inc/ |
| H A D | sdpage.hxx | 182 virtual void SetLftBorder(sal_Int32 nBorder); 183 virtual void SetRgtBorder(sal_Int32 nBorder); 184 virtual void SetUppBorder(sal_Int32 nBorder); 185 virtual void SetLwrBorder(sal_Int32 nBorder);
|
| /trunk/main/vcl/inc/vcl/ |
| H A D | arrange.hxx | 112 static long getBorderValue( long nBorder ) in getBorderValue() argument 113 { return nBorder >= 0 ? nBorder : -nBorder * getDefaultBorder(); } in getBorderValue()
|
| /trunk/main/sd/source/core/ |
| H A D | sdpage.cxx | 1743 void SdPage::SetLftBorder(sal_Int32 nBorder) in SetLftBorder() argument 1745 if (nBorder != GetLftBorder() ) in SetLftBorder() 1747 FmFormPage::SetLftBorder(nBorder); in SetLftBorder() 1756 void SdPage::SetRgtBorder(sal_Int32 nBorder) in SetRgtBorder() argument 1758 if (nBorder != GetRgtBorder() ) in SetRgtBorder() 1760 FmFormPage::SetRgtBorder(nBorder); in SetRgtBorder() 1769 void SdPage::SetUppBorder(sal_Int32 nBorder) in SetUppBorder() argument 1771 if (nBorder != GetUppBorder() ) in SetUppBorder() 1773 FmFormPage::SetUppBorder(nBorder); in SetUppBorder() 1782 void SdPage::SetLwrBorder(sal_Int32 nBorder) in SetLwrBorder() argument [all …]
|
| /trunk/main/basctl/source/dlged/ |
| H A D | dlged.cxx | 1246 short nBorder = BORDERPRN; in lcl_PrintHeader() local 1259 long nYTop = TMARGPRN-3*nBorder-nFontHeight; in lcl_PrintHeader() 1261 long nXLeft = nLeftMargin-nBorder; in lcl_PrintHeader() 1262 long nXRight = aSz.Width()-RMARGPRN+nBorder; in lcl_PrintHeader() 1266 Size( nXRight-nXLeft, aSz.Height() - nYTop - BMARGPRN + nBorder ) ) ); in lcl_PrintHeader() 1268 long nY = TMARGPRN-2*nBorder; in lcl_PrintHeader() 1272 nY = TMARGPRN-nBorder; in lcl_PrintHeader()
|
| /trunk/main/toolkit/inc/layout/ |
| H A D | layout.hxx | 703 Container( rtl::OUString const& rName, sal_Int32 nBorder ); 727 Table( sal_Int32 nBorder, sal_Int32 nColumns ); 743 Box( rtl::OUString const& rName, sal_Int32 nBorder, bool bHomogeneous ); 758 HBox( sal_Int32 nBorder, bool bHomogeneous ); 764 VBox( sal_Int32 nBorder, bool bHomogeneous );
|
| /trunk/main/filter/source/msfilter/ |
| H A D | msocximex.cxx | 1216 sal_uInt8 OCX_Control::ExportBorder(sal_uInt16 nBorder,sal_uInt8 &rBorderStyle) in ExportBorder() argument 1220 switch(nBorder) in ExportBorder() 2018 sal_Int16 nBorder = sal_Int16(); in WriteContents() local 2019 aTmp >>= nBorder; in WriteContents() 2020 nSpecialEffect = ExportBorder(nBorder,nBorderStyle); in WriteContents() 2192 sal_Int16 nBorder = sal_Int16(); in WriteContents() local 2193 aTmp >>= nBorder; in WriteContents() 2194 nSpecialEffect = ExportBorder(nBorder,nBorderStyle); in WriteContents() 2647 sal_Int16 nBorder = sal_Int16(); in WriteContents() local 2648 aTmp >>= nBorder; in WriteContents() [all …]
|
| /trunk/main/xmloff/source/forms/ |
| H A D | controlpropertyhdl.cxx | 277 sal_Int16 nBorder = 0; in exportXML() local 278 bSuccess = (_rValue >>= nBorder) in exportXML() 279 …&& SvXMLUnitConverter::convertEnum( aOut, nBorder, OEnumMapper::getEnumMap( OEnumMapper::epBorder… in exportXML()
|
| /trunk/main/editeng/source/outliner/ |
| H A D | outlin2.cxx | 587 sal_Bool Outliner::IsTextPos( const Point& rPaperPos, sal_uInt16 nBorder ) in IsTextPos() argument 589 return IsTextPos( rPaperPos, nBorder, NULL ); in IsTextPos() 592 sal_Bool Outliner::IsTextPos( const Point& rPaperPos, sal_uInt16 nBorder, sal_Bool* pbBullet ) in IsTextPos() argument 597 sal_Bool bTextPos = pEditEngine->IsTextPos( rPaperPos, nBorder ); in IsTextPos()
|
| /trunk/main/basctl/source/basicide/ |
| H A D | baside2.cxx | 111 short nBorder = BORDERPRN; in lcl_PrintHeader() local 128 long nYTop = TMARGPRN-3*nBorder-nFontHeight; in lcl_PrintHeader() 130 long nXLeft = nLeftMargin-nBorder; in lcl_PrintHeader() 131 long nXRight = aSz.Width()-RMARGPRN+nBorder; in lcl_PrintHeader() 136 Size( nXRight-nXLeft, aSz.Height() - nYTop - BMARGPRN + nBorder ) ) ); in lcl_PrintHeader() 139 long nY = TMARGPRN-2*nBorder; in lcl_PrintHeader() 158 nY = TMARGPRN-nBorder; in lcl_PrintHeader()
|