Home
last modified time | relevance | path

Searched refs:nBase (Results 1 – 25 of 43) sorted by last modified time

12

/trunk/main/vcl/source/gdi/
H A Doutdev3.cxx7536 if( nBase != nIndex ) in GetTextBoundRect()
7538 xub_StrLen nStart = Min( nBase, nIndex ); in GetTextBoundRect()
7539 xub_StrLen nOfsLen = Max( nBase, nIndex ) - nStart; in GetTextBoundRect()
7547 if( nBase < nIndex) in GetTextBoundRect()
7731 if( nBase != nIndex ) in GetTextOutlines()
7733 xub_StrLen nStart = Min( nBase, nIndex ); in GetTextOutlines()
7741 if( nBase > nIndex) in GetTextOutlines()
7838 if( nBase != nIndex ) in GetTextOutlines()
7840 xub_StrLen nStart = ((nBase < nIndex) ? nBase : nIndex); in GetTextOutlines()
7841 xub_StrLen nLength = ((nBase > nIndex) ? nBase : nIndex) - nStart; in GetTextOutlines()
[all …]
/trunk/main/sw/source/filter/ww8/
H A Dww8par.cxx1538 nTabBase = pCollA[nAktColl].nBase; in Read_Tab()
1563 nTabBase = pCollA[nTabBase].nBase; in Read_Tab()
H A Dww8par2.cxx4060 sal_uInt16 j = rSI.nBase; in PrepareStyle()
4106 if ((rSI.nBase >= cstd || pIo->pCollA[rSI.nBase].bImportSkipped) && rSI.bColl) in PostStyle()
4137 if( rSI.nBase < cstd && !pIo->pCollA[rSI.nBase].bImported ) in Import1Style()
4138 Import1Style( rSI.nBase ); in Import1Style()
4186 if( rSI.nBase < cstd && !pIo->pCollA[rSI.nBase].bImported ) in RecursiveReg()
4187 RecursiveReg(rSI.nBase); in RecursiveReg()
4244 rSI.nBase = pStd->istdBase; // merke Basis in ScanStyles()
4497 pIo->pCollA[i].nBase = 222; in ImportOldFormatStyles()
4648 rSI.nBase = stcBase; in ImportOldFormatStyles()
H A Ddocxattributeoutput.cxx1735 sal_uInt16 nBase, sal_uInt16 nNext, sal_uInt16 /*nWwId*/, sal_uInt16 nId ) in StartStyle() argument
1748 if ( nBase != 0x0FFF ) in StartStyle()
1751 … FSNS( XML_w, XML_val ), ( aStyle + OString::valueOf( sal_Int32( nBase ) ) ).getStr(), in StartStyle()
H A Dww8par6.cxx1843 nColl = pIo->pCollA[nColl].nBase; in ReadFull()
3005 pSI->nBase < nColls && (*pData & 0x80) && in Read_BoldUsw()
3006 (pCollA[pSI->nBase].n81Flags & nMask) in Read_BoldUsw()
3093 if( pSI->nBase < nColls // Style Based on in Read_BoldBiDiUsw()
3095 && ( pCollA[pSI->nBase].n81BiDiFlags & nMask ) ) // BasisMaske ? in Read_BoldBiDiUsw()
H A Dww8par2.hxx142 sal_uInt16 nBase; member in SwWW8StyInf
182 nBase( 0 ), in SwWW8StyInf()
H A Dwrtww8.hxx1472 void GetStyleData( SwFmt* pFmt, bool& bFmtColl, sal_uInt16& nBase, sal_uInt16& nNext );
H A Dww8attributeoutput.hxx140 sal_uInt16 nBase, sal_uInt16 nNext, sal_uInt16 nWwIdi, sal_uInt16 nId );
H A Dwrtw8sty.cxx466 void MSWordStyles::GetStyleData( SwFmt* pFmt, bool& bFmtColl, sal_uInt16& nBase, sal_uInt16& nNext ) in GetStyleData() argument
471 nBase = 0xfff; in GetStyleData()
475 nBase = GetSlot( *pFmt->DerivedFrom() ); in GetStyleData()
522 sal_uInt16 nBase, nWwNext; in OutputStyle() local
524 GetStyleData( pFmt, bFmtColl, nBase, nWwNext ); in OutputStyle()
527 nBase, nWwNext, GetWWId( *pFmt ), nPos ); in OutputStyle()
530 WriteProperties( pFmt, true, nPos, nBase==0xfff ); // UPX.papx in OutputStyle()
532 WriteProperties( pFmt, false, nPos, bFmtColl && nBase==0xfff ); // UPX.chpx in OutputStyle()
H A Drtfattributeoutput.cxx1247 sal_uInt16 nBase, sal_uInt16 nNext, sal_uInt16 /*nWwId*/, sal_uInt16 nId ) in StartStyle() argument
1259 if ( nBase != 0x0FFF ) in StartStyle()
1262 m_aStylesheet.append((sal_Int32)nBase); in StartStyle()
H A Drtfattributeoutput.hxx177 sal_uInt16 nBase, sal_uInt16 nNext, sal_uInt16 nWwId, sal_uInt16 nId );
H A Dattributeoutputbase.hxx254 sal_uInt16 nBase, sal_uInt16 nNext, sal_uInt16 nWwId, sal_uInt16 nId ) = 0;
H A Ddocxattributeoutput.hxx176 sal_uInt16 nBase, sal_uInt16 nNext, sal_uInt16 nWwId, sal_uInt16 nId );
/trunk/main/svtools/inc/svtools/
H A Dbrwbox.hxx845 …ects( const Point& rOrigin, const String& rStr, int nIndex, int nLen, int nBase, MetricVector& rVe…
H A Dsvtabbx.hxx247 …ects( const Point& rOrigin, const String& rStr, int nIndex, int nLen, int nBase, MetricVector& rVe…
H A Daccessibletableprovider.hxx128 …ects( const Point& rOrigin, const String& rStr, int nIndex, int nLen, int nBase, MetricVector& rVe…
/trunk/main/sc/source/core/tool/
H A Dinterpr2.cxx591 double nBase; in ScLog() local
593 nBase = GetDouble(); in ScLog()
595 nBase = 10.0; in ScLog()
597 if (nVal > 0.0 && nBase > 0.0 && nBase != 1.0) in ScLog()
598 PushDouble(log(nVal) / log(nBase)); in ScLog()
2272 *--p = pDigits[ nVal % nBase ]; in ScBase()
2273 nVal /= nBase; in ScBase()
2357 int nBase = (int) fBase; in ScDecimal() local
2361 if ( nBase == 16 ) in ScDecimal()
2378 n = nBase; in ScDecimal()
[all …]
/trunk/main/scaddins/source/analysis/
H A Danalysishelper.cxx565 if ( nBase < 2 || nBase > 36 ) in ConvertToDec()
580 double fBase = nBase; in ConvertToDec()
593 n = nBase; in ConvertToDec()
595 if( n < nBase ) in ConvertToDec()
625 return c[ nBase ]; in GetMaxChar()
895 if( nBase == 2 ) in GetAmordegrc()
943 if( nBase == 2 ) in GetAmorlinc()
1381 if( (nBase != 0) && (nBase != 4) ) in GetCoupdaysnc()
1400 if( nBase == 1 ) in GetCoupdays()
2827 b30Days = (nBase == 0) || (nBase == 4); in ScaDate()
[all …]
/trunk/main/svtools/source/filter/
H A Dfilter.cxx850 sal_Int32 nBase = 2; // default Base0 in ImpTestOrFindFormat() local
852 nBase = 1; in ImpTestOrFindFormat()
854 nBase = 0; in ImpTestOrFindFormat()
857 … aFilterConfigItem.WriteInt32( String( RTL_CONSTASCII_USTRINGPARAM( "Resolution" ) ), nBase ); in ImpTestOrFindFormat()
/trunk/main/sw/source/core/table/
H A Dswnewtable.cxx1346 SwTwips nBase = pSplit->first <= nFirst ? 0 : in lcl_CalculateSplitLineHeights() local
1348 SwTwips nDiff = pLines[ pSplit->second - nFirst ] - nBase; in lcl_CalculateSplitLineHeights()
1351 SwTwips nSplit = nBase + ( i * nDiff ) / nCnt; in lcl_CalculateSplitLineHeights()
/trunk/main/vcl/inc/vcl/
H A Doutdev.hxx663 … const String& rStr, xub_StrLen nBase = 0, xub_StrLen nIndex = 0, xub_StrLen nLen = STRING_LEN,
666 const String& rStr, xub_StrLen nBase = 0, xub_StrLen nIndex = 0,
670 const String& rStr, xub_StrLen nBase = 0, xub_StrLen nIndex = 0,
674 const String& rStr, xub_StrLen nBase = 0, xub_StrLen nIndex = 0,
678 int nLen, int nBase, MetricVector& rVector );
/trunk/main/sw/source/filter/ww1/
H A Dw1filter.cxx1730 sal_uInt16 nBase = rSty.GetnBase(); in OutOneWithBase() local
1731 if( nBase != stc in OutOneWithBase()
1732 && !rOut.IsStyleImported( nBase ) in OutOneWithBase()
1733 && GetStyle(nBase).IsUsed() in OutOneWithBase()
1734 && !pbStopRecur[nBase] ){ in OutOneWithBase()
1736 pbStopRecur[nBase] = 1; in OutOneWithBase()
1737 OutOneWithBase( rOut, rMan, nBase, pbStopRecur ); // Rekursiv in OutOneWithBase()
/trunk/main/svx/source/dialog/
H A Dcharmap.cxx234 const int nBase = FirstInView(); in MapIndexToPixel() local
235 int x = ((nIndex - nBase) % COLUMN_COUNT) * nX; in MapIndexToPixel()
236 int y = ((nIndex - nBase) / COLUMN_COUNT) * nY; in MapIndexToPixel()
243 int nBase = FirstInView(); in PixelToMapIndex() local
244 return (nBase + (point.X()/nX) + (point.Y()/nY) * COLUMN_COUNT); in PixelToMapIndex()
/trunk/main/svtools/source/contnr/
H A Dsvtabbx.cxx1232 …ects( const Point& rOrigin, const String& rStr, int nIndex, int nLen, int nBase, MetricVector& rVe… in GetGlyphBoundRects() argument
1234 return Control::GetGlyphBoundRects( rOrigin, rStr, nIndex, nLen, nBase, rVector ); in GetGlyphBoundRects()
/trunk/main/svtools/source/brwbox/
H A Dbrwbox3.cxx548 …ects( const Point& rOrigin, const String& rStr, int nIndex, int nLen, int nBase, MetricVector& rVe… in GetGlyphBoundRects() argument
550 return Control::GetGlyphBoundRects( rOrigin, rStr, nIndex, nLen, nBase, rVector ); in GetGlyphBoundRects()

Completed in 293 milliseconds

12