Searched refs:nOffs (Results 1 – 11 of 11) sorted by relevance
/aoo4110/main/sw/source/core/doc/ |
H A D | poolfmt.cxx | 1818 sal_uInt16 nOffs = GetMetricVal( CM_1 ) * 3; in GetNumRuleFromPool() local 1822 aFmt.SetFirstLineOffset( - nOffs ); in GetNumRuleFromPool() 1827 aFmt.SetFirstLineIndent( - nOffs ); in GetNumRuleFromPool() 1836 aFmt.SetAbsLSpace( (n+1) * nOffs ); in GetNumRuleFromPool() 1840 aFmt.SetListtabPos( (n+1) * nOffs ); in GetNumRuleFromPool() 1841 aFmt.SetIndentAt( (n+1) * nOffs ); in GetNumRuleFromPool() 2006 sal_uInt16 nOffs = GetMetricVal( CM_01 ) * 4, in GetNumRuleFromPool() local 2012 aFmt.SetFirstLineOffset( - nOffs ); in GetNumRuleFromPool() 2016 aFmt.SetFirstLineIndent( - nOffs ); in GetNumRuleFromPool() 2179 aFmt.SetFirstLineOffset( - nOffs ); in GetNumRuleFromPool() [all …]
|
H A D | docnum.cxx | 578 long nOffs = nNewPos - ( 0 < nOffset ? aEndRg.GetIndex() : aSttRg.GetIndex()); in MoveOutlinePara() local 580 return MoveParagraph( aPam, nOffs, sal_True ); in MoveOutlinePara() 2051 long nOffs = nOffset; in MoveParagraph() local 2056 ++nOffs; in MoveParagraph() 2160 SwNodeIndex aIdx( nOffset > 0 ? pEnd->nNode : pStt->nNode, nOffs ); in MoveParagraph()
|
/aoo4110/main/sw/source/core/txtnode/ |
H A D | fntcache.cxx | 1835 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 …]
|
/aoo4110/main/svtools/source/filter/ |
H A D | filter.cxx | 340 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()
|
/aoo4110/main/svtools/inc/svtools/ |
H A D | svlbitm.hxx | 209 void SetBaseOffs( sal_uInt16 nOffs ) { nBaseOffs = nOffs; } in SetBaseOffs() argument
|
/aoo4110/main/svtools/source/contnr/ |
H A D | svicnvw.cxx | 751 SvPtrarr* pRects, short nOffs ) in SelectRect() argument 753 pImp->SelectRect( rRect, bAdd, pRects, nOffs ); in SelectRect()
|
H A D | svimpbox.cxx | 1087 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()
|
/aoo4110/main/sw/source/core/text/ |
H A D | pormulti.cxx | 617 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 D | frmcrsr.cxx | 923 xub_StrLen nOffs = GetOfst(); in _UnitUp() local 930 while( pPrevPrev && ( pPrevPrev->GetOfst() == nOffs || in _UnitUp() 934 nOffs = pTmpPrev->GetOfst(); in _UnitUp()
|
H A D | pormulti.hxx | 200 xub_StrLen nEnd, xub_StrLen nOffs,
|
/aoo4110/main/svtools/source/inc/ |
H A D | svimpicn.hxx | 292 short nOffs = SELRECT_BORDER_OFFS );
|
Completed in 109 milliseconds