Home
last modified time | relevance | path

Searched refs:nBorder (Results 26 – 50 of 160) sorted by relevance

1234567

/dports/editors/libreoffice/libreoffice-7.2.6.2/svx/source/svdraw/
H A Dsvdpage.cxx1435 void SdrPage::SetLeftBorder(sal_Int32 nBorder) in SetLeftBorder() argument
1437 if(mnBorderLeft != nBorder) in SetLeftBorder()
1439 mnBorderLeft = nBorder; in SetLeftBorder()
1444 void SdrPage::SetUpperBorder(sal_Int32 nBorder) in SetUpperBorder() argument
1446 if(mnBorderUpper != nBorder) in SetUpperBorder()
1448 mnBorderUpper = nBorder; in SetUpperBorder()
1453 void SdrPage::SetRightBorder(sal_Int32 nBorder) in SetRightBorder() argument
1455 if(mnBorderRight != nBorder) in SetRightBorder()
1457 mnBorderRight=nBorder; in SetRightBorder()
1464 if(mnBorderLower != nBorder) in SetLowerBorder()
[all …]
/dports/editors/libreoffice6/libreoffice-6.4.7.2/svx/source/svdraw/
H A Dsvdpage.cxx1455 void SdrPage::SetLeftBorder(sal_Int32 nBorder) in SetLeftBorder() argument
1457 if(mnBorderLeft != nBorder) in SetLeftBorder()
1459 mnBorderLeft = nBorder; in SetLeftBorder()
1464 void SdrPage::SetUpperBorder(sal_Int32 nBorder) in SetUpperBorder() argument
1466 if(mnBorderUpper != nBorder) in SetUpperBorder()
1468 mnBorderUpper = nBorder; in SetUpperBorder()
1473 void SdrPage::SetRightBorder(sal_Int32 nBorder) in SetRightBorder() argument
1475 if(mnBorderRight != nBorder) in SetRightBorder()
1477 mnBorderRight=nBorder; in SetRightBorder()
1484 if(mnBorderLower != nBorder) in SetLowerBorder()
[all …]
/dports/editors/libreoffice/libreoffice-7.2.6.2/include/svx/
H A Dsvdpage.hxx476 virtual void SetLeftBorder(sal_Int32 nBorder);
477 virtual void SetUpperBorder(sal_Int32 nBorder);
478 virtual void SetRightBorder(sal_Int32 nBorder);
479 virtual void SetLowerBorder(sal_Int32 nBorder);
/dports/audio/lsp-plugins-lv2/lsp-plugins-1.1.31/src/ui/tk/widgets/
H A DLSPHyperlink.cpp213 ssize_t dy = sSize.nHeight - fp.Height*n_lines - (nBorder << 1); in draw()
214 ssize_t y = nBorder - fp.Descent + dy * fVAlign; in draw()
237 ssize_t dx = sSize.nWidth - tp.Width - (nBorder << 1); in draw()
238 ssize_t x = nBorder + dx * fHAlign - tp.XBearing; in draw()
H A DLSPAudioFile.cpp95 nBorder = 4; in LSPAudioFile()
697 ssize_t bs = nBorder + nRadius * M_SQRT2 * 0.5f; in draw()
707 ssize_t xbw = nBorder; in draw()
736 …ISurface *cv = create_border_glass(s, &pGlass, bw, bh, nBorder + ((nStatus & AF_PRESSED) ? 1 : 0),… in draw()
782 if (nBorder == border) in set_border()
784 nBorder = border; in set_border()
835 ssize_t bs = nBorder + nRadius * M_SQRT2 * 0.5f; in size_request()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/include/svx/
H A Dsvdpage.hxx475 virtual void SetLeftBorder(sal_Int32 nBorder);
476 virtual void SetUpperBorder(sal_Int32 nBorder);
477 virtual void SetRightBorder(sal_Int32 nBorder);
478 virtual void SetLowerBorder(sal_Int32 nBorder);
/dports/editors/libreoffice/libreoffice-7.2.6.2/writerfilter/source/dmapper/
H A DPropertyMap.cxx442 for ( sal_Int32 nBorder = 0; nBorder < 4; ++nBorder ) in SectionPropertyMap() local
444 m_nBorderDistances[nBorder] = -1; in SectionPropertyMap()
445 m_bBorderShadows[nBorder] = false; in SectionPropertyMap()
608 for ( sal_Int32 nBorder = 0; nBorder < 4; ++nBorder ) in ApplyBorderToPageStyles() local
610 if ( m_oBorderLines[nBorder] ) in ApplyBorderToPageStyles()
612 const OUString sBorderName = getPropertyName( aBorderIds[nBorder] ); in ApplyBorderToPageStyles()
618 if ( m_nBorderDistances[nBorder] >= 0 ) in ApplyBorderToPageStyles()
621 if ( m_oBorderLines[nBorder] ) in ApplyBorderToPageStyles()
622 nLineWidth = m_oBorderLines[nBorder]->LineWidth; in ApplyBorderToPageStyles()
624 SetBorderDistance( xFirst, aMarginIds[nBorder], aBorderDistanceIds[nBorder], in ApplyBorderToPageStyles()
[all …]
H A DSdtHelper.cxx62 sal_Int32 nBorder = nHeight / 2; in lcl_getOptimalWidth() local
65 return { nWidth + nBorder + nHeight, nHeight + nBorder }; in lcl_getOptimalWidth()
/dports/audio/lsp-plugins-lv2/lsp-plugins-1.1.31/include/ui/tk/widgets/graph/
H A DLSPMarker.h56 ssize_t nBorder; variable
82 inline size_t border() const { return nBorder; } in border()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sd/inc/
H A Dsdpage.hxx160 virtual void SetLeftBorder(sal_Int32 nBorder) override;
161 virtual void SetRightBorder(sal_Int32 nBorder) override;
162 virtual void SetUpperBorder(sal_Int32 nBorder) override;
163 virtual void SetLowerBorder(sal_Int32 nBorder) override;
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sd/inc/
H A Dsdpage.hxx159 virtual void SetLeftBorder(sal_Int32 nBorder) override;
160 virtual void SetRightBorder(sal_Int32 nBorder) override;
161 virtual void SetUpperBorder(sal_Int32 nBorder) override;
162 virtual void SetLowerBorder(sal_Int32 nBorder) override;
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/source/core/layout/
H A Dpagechg.cxx125 long nBorder = 0; in Format() local
131 nSize -= nBorder; in Format()
132 nBorder /= 2; in Format()
136 aRectFnSet.SetPosX( aPrt, nBorder ); in Format()
143 long nNumberOfLines = nBorder / nSum; in Format()
149 nBorder -= nSize; in Format()
150 nBorder /= 2; in Format()
2114 const long nBorder = getFrameArea().Pos().getX(); in CheckViewLayout() local
2115 const long nVisWidth = mnViewWidth - 2 * nBorder; in CheckViewLayout()
2280 Point aNewPagePos( nBorder + nX, nBorder + nSumRowHeight ); in CheckViewLayout()
[all …]
/dports/audio/lsp-plugins-lv2/lsp-plugins-1.1.31/include/ui/tk/widgets/
H A DLSPArea3D.h46 size_t nBorder; variable
79 inline size_t border() const { return nBorder; }; in border()
H A DLSPGraph.h41 size_t nBorder; variable
99 size_t border() const { return nBorder; }; in border()
H A DLSPMenu.h87 size_t nBorder; variable
109 inline size_t border() const { return nBorder; }; in border()
/dports/editors/libreoffice/libreoffice-7.2.6.2/xmloff/source/forms/
H A Dcontrolpropertyhdl.cxx244 sal_uInt16 nBorder = 0; in exportXML() local
245 bSuccess = (_rValue >>= nBorder) in exportXML()
246 && SvXMLUnitConverter::convertEnum( aOut, nBorder, aBorderTypeMap ); in exportXML()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/xmloff/source/forms/
H A Dcontrolpropertyhdl.cxx244 sal_uInt16 nBorder = 0; in exportXML() local
245 bSuccess = (_rValue >>= nBorder) in exportXML()
246 && SvXMLUnitConverter::convertEnum( aOut, nBorder, aBorderTypeMap ); in exportXML()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/source/core/layout/
H A Dpagechg.cxx126 tools::Long nBorder = 0; in Format() local
132 nSize -= nBorder; in Format()
133 nBorder /= 2; in Format()
137 aRectFnSet.SetPosX( aPrt, nBorder ); in Format()
141 nBorder = aRectFnSet.GetHeight(getFrameArea()); in Format()
144 tools::Long nNumberOfLines = nBorder / nSum; in Format()
150 nBorder -= nSize; in Format()
151 nBorder /= 2; in Format()
157 aRectFnSet.SetPosY( aPrt, bAdjust ? nBorder : 0 ); in Format()
2319 Point aNewPagePos( nBorder + nX, nBorder + nSumRowHeight ); in CheckViewLayout()
[all …]
/dports/editors/libreoffice6/libreoffice-6.4.7.2/writerfilter/source/dmapper/
H A DSdtHelper.cxx65 sal_Int32 nBorder = nHeight / 2; in lcl_getOptimalWidth() local
68 return { nWidth + nBorder + nHeight, nHeight + nBorder }; in lcl_getOptimalWidth()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/source/uibase/uiview/
H A Dsrcview.cxx113 short nBorder = BORDERPRN; in lcl_PrintHeader() local
128 tools::Long nYTop = TMARGPRN-3*nBorder-nFontHeight; in lcl_PrintHeader()
130 tools::Long nXLeft = nLeftMargin-nBorder; in lcl_PrintHeader()
131 tools::Long nXRight = aSz.Width()-RMARGPRN+nBorder; in lcl_PrintHeader()
135 Size( nXRight-nXLeft, aSz.Height() - nYTop - BMARGPRN + nBorder ) ) ); in lcl_PrintHeader()
137 tools::Long nY = TMARGPRN-2*nBorder; in lcl_PrintHeader()
149 nY = TMARGPRN-nBorder; in lcl_PrintHeader()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/source/uibase/uiview/
H A Dsrcview.cxx129 short nBorder = BORDERPRN; in lcl_PrintHeader() local
144 long nYTop = TMARGPRN-3*nBorder-nFontHeight; in lcl_PrintHeader()
146 long nXLeft = nLeftMargin-nBorder; in lcl_PrintHeader()
147 long nXRight = aSz.Width()-RMARGPRN+nBorder; in lcl_PrintHeader()
151 Size( nXRight-nXLeft, aSz.Height() - nYTop - BMARGPRN + nBorder ) ) ); in lcl_PrintHeader()
153 long nY = TMARGPRN-2*nBorder; in lcl_PrintHeader()
165 nY = TMARGPRN-nBorder; in lcl_PrintHeader()
/dports/editors/libreoffice/libreoffice-7.2.6.2/editeng/source/outliner/
H A Doutlin2.cxx422 bool Outliner::IsTextPos( const Point& rPaperPos, sal_uInt16 nBorder ) in IsTextPos() argument
424 return IsTextPos( rPaperPos, nBorder, nullptr ); in IsTextPos()
427 bool Outliner::IsTextPos( const Point& rPaperPos, sal_uInt16 nBorder, bool* pbBullet ) in IsTextPos() argument
431 bool bTextPos = pEditEngine->IsTextPos( rPaperPos, nBorder ); in IsTextPos()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/editeng/source/outliner/
H A Doutlin2.cxx422 bool Outliner::IsTextPos( const Point& rPaperPos, sal_uInt16 nBorder ) in IsTextPos() argument
424 return IsTextPos( rPaperPos, nBorder, nullptr ); in IsTextPos()
427 bool Outliner::IsTextPos( const Point& rPaperPos, sal_uInt16 nBorder, bool* pbBullet ) in IsTextPos() argument
431 bool bTextPos = pEditEngine->IsTextPos( rPaperPos, nBorder ); in IsTextPos()
/dports/games/netradiant/netradiant-20150621-src/contrib/bobtoolz/
H A DDShape.cpp183 void DShape::BuildBorderedPrism( vec3_t min, vec3_t max, int nSides, int nBorder, bool bAlignTop ){ in BuildBorderedPrism() argument
196 if ( nBorder >= Min( radius[0], radius[1] ) ) { in BuildBorderedPrism()
221 va[i][0] += ( radius[0] - nBorder ) * sinf( ( 2 * Q_PI * i / nSides ) + phase ); in BuildBorderedPrism()
222 va[i][1] += ( radius[1] - nBorder ) * cosf( ( 2 * Q_PI * i / nSides ) + phase ); in BuildBorderedPrism()
/dports/games/gtkradiant/GPL/GtkRadiant/contrib/bobtoolz/
H A DDShape.cpp192 void DShape::BuildBorderedPrism(vec3_t min, vec3_t max, int nSides, int nBorder, bool bAlignTop) in BuildBorderedPrism() argument
206 if(nBorder >= Min(radius[0], radius[1])) in BuildBorderedPrism()
233 va[i][0] += (radius[0] - nBorder) * sinf( ( 2 * Q_PI * i / nSides ) + phase ); in BuildBorderedPrism()
234 va[i][1] += (radius[1] - nBorder) * cosf( ( 2 * Q_PI * i / nSides ) + phase ); in BuildBorderedPrism()

1234567