Home
last modified time | relevance | path

Searched refs:nOffs (Results 1 – 11 of 11) sorted by relevance

/trunk/main/sw/source/core/doc/
H A Dpoolfmt.cxx1824 sal_uInt16 nOffs = GetMetricVal( CM_1 ) * 3; in GetNumRuleFromPool() local
1828 aFmt.SetFirstLineOffset( - nOffs ); in GetNumRuleFromPool()
1833 aFmt.SetFirstLineIndent( - nOffs ); in GetNumRuleFromPool()
1842 aFmt.SetAbsLSpace( (n+1) * nOffs ); in GetNumRuleFromPool()
1846 aFmt.SetListtabPos( (n+1) * nOffs ); in GetNumRuleFromPool()
1847 aFmt.SetIndentAt( (n+1) * nOffs ); in GetNumRuleFromPool()
2012 sal_uInt16 nOffs = GetMetricVal( CM_01 ) * 4, in GetNumRuleFromPool() local
2018 aFmt.SetFirstLineOffset( - nOffs ); in GetNumRuleFromPool()
2022 aFmt.SetFirstLineIndent( - nOffs ); in GetNumRuleFromPool()
2185 aFmt.SetFirstLineOffset( - nOffs ); in GetNumRuleFromPool()
[all …]
H A Ddocnum.cxx578 long nOffs = nNewPos - ( 0 < nOffset ? aEndRg.GetIndex() : aSttRg.GetIndex()); in MoveOutlinePara() local
580 return MoveParagraph( aPam, nOffs, sal_True ); in MoveOutlinePara()
1959 long nOffs = nOffset; in MoveParagraph() local
1964 ++nOffs; in MoveParagraph()
2068 SwNodeIndex aIdx( nOffset > 0 ? pEnd->nNode : pStt->nNode, nOffs ); in MoveParagraph()
/trunk/main/sw/source/core/txtnode/
H A Dfntcache.cxx1835 xub_StrLen nOffs = 0; in DrawText() local
1840 while( nOffs < nLen && in DrawText()
1842 ++nOffs; in DrawText()
1843 if( nOffs < nLen ) in DrawText()
1846 while( nLen > nOffs && in DrawText()
1850 if( nOffs ) in DrawText()
1851 --nOffs; in DrawText()
1853 if( nOffs ) in DrawText()
1855 long nDiff = pKernArray[ nOffs - 1 ]; in DrawText()
1862 if( nOffs < nLen ) in DrawText()
[all …]
/trunk/main/svtools/source/filter/
H A Dfilter.cxx340 sal_uInt8 nOffs; in ImpPeekGraphicFormat() local
348 nOffs = 14; in ImpPeekGraphicFormat()
350 nOffs = 0; in ImpPeekGraphicFormat()
353 if ( sFirstBytes[0+nOffs]==0x42 && sFirstBytes[1+nOffs]==0x4d ) in ImpPeekGraphicFormat()
358 if ( ( sFirstBytes[6+nOffs]==0x00 && in ImpPeekGraphicFormat()
359 sFirstBytes[7+nOffs]==0x00 && in ImpPeekGraphicFormat()
360 sFirstBytes[8+nOffs]==0x00 && in ImpPeekGraphicFormat()
361 sFirstBytes[9+nOffs]==0x00 ) || in ImpPeekGraphicFormat()
362 sFirstBytes[14+nOffs] == 0x28 || in ImpPeekGraphicFormat()
363 sFirstBytes[14+nOffs] == 0x0c ) in ImpPeekGraphicFormat()
/trunk/main/svtools/inc/svtools/
H A Dsvlbitm.hxx209 void SetBaseOffs( sal_uInt16 nOffs ) { nBaseOffs = nOffs; } in SetBaseOffs() argument
/trunk/main/sw/source/core/text/
H A Dpormulti.cxx617 xub_StrLen nEnd, xub_StrLen nOffs, in SwRubyPortion() argument
626 nRubyOffset = nOffs; in SwRubyPortion()
648 String aStr( rRuby.GetText(), nOffs, STRING_LEN ); in SwRubyPortion()
650 pFld->SetNextOffset( nOffs ); in SwRubyPortion()
H A Dfrmcrsr.cxx923 xub_StrLen nOffs = GetOfst(); in _UnitUp() local
930 while( pPrevPrev && ( pPrevPrev->GetOfst() == nOffs || in _UnitUp()
934 nOffs = pTmpPrev->GetOfst(); in _UnitUp()
H A Dpormulti.hxx200 xub_StrLen nEnd, xub_StrLen nOffs,
/trunk/main/svtools/source/contnr/
H A Dsvicnvw.cxx751 SvPtrarr* pRects, short nOffs ) in SelectRect() argument
753 pImp->SelectRect( rRect, bAdd, pRects, nOffs ); in SelectRect()
H A Dsvimpbox.cxx1087 sal_uInt16 nOffs = (sal_uInt16)(pView->GetVisiblePos( pStartEntry ) - in DrawNet() local
1090 nY -= ( nOffs * nEntryHeight ); in DrawNet()
1103 sal_uLong nMax = nVisibleCount + nOffs + 1; in DrawNet()
1130 if( n>= nOffs && ((m_nStyle & WB_HASLINESATROOT) || !pTree->IsAtRootDepth(pEntry))) in DrawNet()
/trunk/main/svtools/source/inc/
H A Dsvimpicn.hxx292 short nOffs = SELRECT_BORDER_OFFS );

Completed in 143 milliseconds