Home
last modified time | relevance | path

Searched refs:nBorder (Results 1 – 25 of 75) sorted by relevance

123

/trunk/main/toolkit/source/layout/vcl/
H A Dwcontainer.cxx46 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 DPropertyMap.cxx297 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()
523 if( m_nBorderDistances[nBorder] >= 0 ) in ApplyBorderToPageStyles()
525 SetBorderDistance( xFirst, aMarginIds[nBorder], aBorderDistanceIds[nBorder], in ApplyBorderToPageStyles()
526 m_nBorderDistances[nBorder], nOffsetFrom ); in ApplyBorderToPageStyles()
528 SetBorderDistance( xSecond, aMarginIds[nBorder], aBorderDistanceIds[nBorder], in ApplyBorderToPageStyles()
[all …]
H A DTDefTableHandler.cxx257 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 DDomainMapperTableManager.cxx506 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 DGraphicImport.cxx1552 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 Dxistyle.cxx757 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()
1025 sal_uInt32 nBorder; in ReadXF3() local
1040 maBorder.FillFromXF3( nBorder ); in ReadXF3()
1046 sal_uInt32 nBorder; in ReadXF4() local
1061 maBorder.FillFromXF3( nBorder ); in ReadXF4()
1067 sal_uInt32 nArea, nBorder; in ReadXF5() local
[all …]
/trunk/main/sw/source/filter/writer/
H A Dwrtswtbl.cxx229 if( nOutWidth && (!nBorder || nOutWidth < nBorder) ) in MergeBorders()
230 nBorder = nOutWidth; in MergeBorders()
325 nSpace = nSpace + nBorder; in GetLeftSpace()
343 nSpace = nSpace + nBorder; in GetRightSpace()
395 nRawHeight -= nBorder; in GetAbsHeight()
404 nRawHeight -= nBorder; in GetAbsHeight()
790 if( !nBorder ) in SwWriteTable()
791 nBorder = nInnerBorder; in SwWriteTable()
808 nBorder = pLayoutInfo->GetBorder(); in SwWriteTable()
909 if( bCollectBorderWidth && !nBorder ) in SwWriteTable()
[all …]
/trunk/main/sw/source/core/layout/
H A Dpagechg.cxx147 long nBorder = 0; in Format() local
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()
2177 const long nBorder = Frm().Pos().X(); in CheckViewLayout() local
2346 Point aNewPagePos( nBorder + nX, nBorder + nSumRowHeight ); in CheckViewLayout()
[all …]
/trunk/main/sd/source/ui/slidesorter/view/
H A DSlsButtonBar.cxx574 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()
851 maMinimumMediumButtonAreaSize = Size(nTotalWidthMedium, nMaximumHeightMedium+2*nBorder); in UpdateMinimumIconSizes()
[all …]
/trunk/main/vcl/source/window/
H A Dwindow2.cxx606 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 Dxgrad.hxx42 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 Dsvdpage.hxx498 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 Dsvdpage.cxx1600 void SdrPage::SetLftBorder(sal_Int32 nBorder) in SetLftBorder() argument
1602 if(nBordLft != nBorder) in SetLftBorder()
1604 nBordLft = nBorder; in SetLftBorder()
1609 void SdrPage::SetUppBorder(sal_Int32 nBorder) in SetUppBorder() argument
1611 if(nBordUpp != nBorder) in SetUppBorder()
1613 nBordUpp = nBorder; in SetUppBorder()
1618 void SdrPage::SetRgtBorder(sal_Int32 nBorder) in SetRgtBorder() argument
1620 if(nBordRgt != nBorder) in SetRgtBorder()
1622 nBordRgt=nBorder; in SetRgtBorder()
1629 if(nBordLwr != nBorder) in SetLwrBorder()
[all …]
/trunk/main/oox/source/xls/
H A Dstylesbuffer.cxx1690 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()
1703 ….maLeft.setBiffData( extractValue< sal_uInt8 >( nBorder, 3, 3 ), extractValue< sal_uInt16 >( nB… in setBiff5Data()
2304 sal_uInt32 nBorder; in importXf() local
2318 xBorder->setBiff3Data( nBorder ); in importXf()
2327 sal_uInt32 nBorder; in importXf() local
2341 xBorder->setBiff3Data( nBorder ); in importXf()
[all …]
/trunk/main/sw/source/ui/uiview/
H A Dsrcview.cxx145 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 Dviewtab.cxx841 long nBorder = (long)(aColItem.GetLeft() - aTabCols.GetLeftMin()); in ExecTabWin() local
842 aTabCols.SetLeft( nBorder ); in ExecTabWin()
844nBorder = (bVerticalWriting ? nPageHeight : nPageWidth) - aTabCols.GetLeftMin() - aColItem.GetRigh… in ExecTabWin()
848 long nTmp2 = aTabCols.GetLeftMin() + nBorder; in ExecTabWin()
854 aTabCols.SetRight( nBorder ); in ExecTabWin()
976 long nBorder = nPageHeight - aTabCols.GetLeftMin() - aColItem.GetRight(); in ExecTabWin() local
977 aTabCols.SetRight( nBorder ); in ExecTabWin()
1965 const sal_uInt16 nBorder = pFmt ? pFmt->GetBox().GetDistance() : in StateTabWin() local
2014 aRectangle.Left() += nBorder; in StateTabWin()
2015 aRectangle.Right() -= nBorder; in StateTabWin()
/trunk/main/sd/inc/
H A Dsdpage.hxx182 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 Darrange.hxx112 static long getBorderValue( long nBorder ) in getBorderValue() argument
113 { return nBorder >= 0 ? nBorder : -nBorder * getDefaultBorder(); } in getBorderValue()
/trunk/main/sd/source/core/
H A Dsdpage.cxx1743 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()
1784 if (nBorder != GetLwrBorder() ) in SetLwrBorder()
[all …]
/trunk/main/basctl/source/dlged/
H A Ddlged.cxx1246 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 Dlayout.hxx703 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 Dmsocximex.cxx1221 switch(nBorder) in ExportBorder()
2019 sal_Int16 nBorder = sal_Int16(); in WriteContents() local
2020 aTmp >>= nBorder; in WriteContents()
2193 sal_Int16 nBorder = sal_Int16(); in WriteContents() local
2194 aTmp >>= nBorder; in WriteContents()
2648 sal_Int16 nBorder = sal_Int16(); in WriteContents() local
2649 aTmp >>= nBorder; in WriteContents()
2864 aTmp >>= nBorder; in WriteContents()
4296 sal_Int16 nBorder = sal_Int16(); in WriteContents() local
4297 aTmp >>= nBorder; in WriteContents()
[all …]
/trunk/main/xmloff/source/forms/
H A Dcontrolpropertyhdl.cxx277 sal_Int16 nBorder = 0; in exportXML() local
278 bSuccess = (_rValue >>= nBorder) in exportXML()
279 …&& SvXMLUnitConverter::convertEnum( aOut, nBorder, OEnumMapper::getEnumMap( OEnumMapper::epBorderW… in exportXML()
/trunk/main/editeng/source/outliner/
H A Doutlin2.cxx587 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 Dbaside2.cxx111 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()

Completed in 662 milliseconds

123