Home
last modified time | relevance | path

Searched refs:nIdx (Results 376 – 400 of 402) sorted by relevance

1...<<11121314151617

/trunk/main/sw/source/filter/ww8/
H A Dww8struc.hxx296 static const WW8_BordersSO &Get0x01LineMatch(eBorderCode nIdx);
H A Dww8par.hxx1512 const String* GetAnnotationAuthor(sal_uInt16 nIdx);
/trunk/main/sw/source/ui/dialog/
H A Dswdlgfact.hxx201 virtual void SelectEntryPos(sal_uInt16 nIdx); // inline
/trunk/main/svtools/source/edit/
H A Dtexteng.cxx3111 for ( sal_uInt16 nIdx = 0; nIdx < nCount; ++nIdx ) in ImpInitWritingDirections() local
/trunk/main/sw/inc/
H A Dfesh.hxx393 const SwFrmFmt* GetFlyNum(sal_uInt16 nIdx, FlyCntType eType = FLYCNTTYPE_ALL) const;
H A Dcrsrsh.hxx648 void GotoOutline( sal_uInt16 nIdx );
/trunk/main/filter/inc/filter/msfilter/
H A Dmsdffimp.hxx597 sal_Bool GetBLIP( sal_uLong nIdx, Graphic& rData, Rectangle* pVisArea = NULL ) const;
/trunk/main/sw/source/filter/html/
H A Dhtmltab.cxx2892 SwNodeIndex nIdx( *pNd, 1 ); in InsertTableSection() local
2893 pStNd = pDoc->GetNodes().MakeTextSection( nIdx, SwTableBoxStartNode, in InsertTableSection()
3012 SwIndex nIdx( pTxtNd, nPos ); in StripTrailingLF() local
3013 pTxtNd->EraseText( nIdx, nLFCount ); in StripTrailingLF()
/trunk/main/sw/source/ui/dbui/
H A Ddbinsdlg.cxx1600 sal_Int32 nIdx = aNames.getLength(); in lcl_CreateUniqueName() local
1606 sRet = sTest; sRet += rtl::OUString::valueOf(nIdx++); in lcl_CreateUniqueName()
/trunk/main/starmath/source/
H A Dparse.cxx54 static inline sal_Bool strnccmp(const String &u1, xub_StrLen nIdx, in strnccmp() argument
57 return u1.EqualsIgnoreCaseAscii( s2, nIdx, nLen ); in strnccmp()
/trunk/main/svx/source/form/
H A Ddatanavi.cxx2170 sal_Int32 nIdx = 0; in InitPages() local
2173 if ( nIdx > nAlreadyLoadedCount ) in InitPages()
2185 nIdx++; in InitPages()
/trunk/main/svx/source/svdraw/
H A Dsvdopath.cxx2065 sal_uInt16 nIdx=0; in AddToHdlList() local
2079 pHdl->SetSourceHdlNum(nIdx); in AddToHdlList()
2080 nIdx++; in AddToHdlList()
/trunk/main/sw/source/core/access/
H A Daccpara.cxx3652 xub_StrLen nIdx = GetPortionData().GetModelPosition( nCharIndex ); in getHyperLinkIndex() local
3655 while( pHt && !(nIdx >= *pHt->GetStart() && nIdx < *pHt->GetAnyEnd()) ) in getHyperLinkIndex()
/trunk/main/sw/source/ui/app/
H A Ddocstyle.cxx2536 SfxStyleSheetBase* SwStyleSheetIterator::operator[]( sal_uInt16 nIdx ) in operator []() argument
2541 mxStyleSheet->PresetNameAndFamily( *aLst[ nIdx ] ); in operator []()
/trunk/main/sw/source/core/crsr/
H A Dcrstrvl.cxx925 void SwCrsrShell::GotoOutline( sal_uInt16 nIdx ) in GotoOutline() argument
934 SwTxtNode* pTxtNd = (SwTxtNode*)rNds.GetOutLineNds()[ nIdx ]->GetTxtNode(); in GotoOutline()
/trunk/main/sw/source/core/unocore/
H A Dunoframe.cxx2638 const xub_StrLen nIdx = rPos.nContent.GetIndex(); in dispose() local
2639 pTxtNode->DeleteAttributes( RES_TXTATR_FLYCNT, nIdx, nIdx ); in dispose()
H A Dunostyle.cxx2190 sal_Int16 nIdx = GetCommandContextIndex( pSeq[i].Name ); in lcl_SetStyleProperty() local
2202 if (nIdx == -1 || !bStyleFound) in lcl_SetStyleProperty()
2208 aCondItem.SetStyle( &aStyleName, nIdx); in lcl_SetStyleProperty()
H A Dunoidx.cxx2601 sal_Int32 nIdx = 0; in getByIndex() local
2609 nIdx++ == nIndex ) in getByIndex()
/trunk/main/sw/source/core/fields/
H A Dreffld.cxx74 extern void InsertSort( SvUShorts& rArr, sal_uInt16 nIdx, sal_uInt16* pInsPos = 0 );
H A Dexpfld.cxx555 extern void InsertSort( SvUShorts& rArr, sal_uInt16 nIdx, sal_uInt16* pInsPos = 0 ); in SetSeqRefNo()
/trunk/main/xmloff/source/text/
H A Dtxtimp.cxx1313 sal_Int32 nIdx = rProp.mnIndex; in ConvertStarFonts() local
1314 sal_uInt32 nContextId = rPropMapper->GetEntryContextId(nIdx); in ConvertStarFonts()
/trunk/main/sw/source/core/frmedt/
H A Dfeshview.cxx2457 const SwFrmFmt* SwFEShell::GetFlyNum(sal_uInt16 nIdx, FlyCntType eType ) const in GetFlyNum() argument
2459 return GetDoc()->GetFlyNum(nIdx, eType ); in GetFlyNum()
/trunk/main/filter/source/msfilter/
H A Dmsdffimp.cxx6517 sal_uInt16 nIdx = sal_uInt16( nIdx_ ); in GetBLIP() local
6518 if( !nIdx || (pBLIPInfos->Count() < nIdx) ) return sal_False; in GetBLIP()
6532 SvxMSDffBLIPInfo& rInfo = *(*pBLIPInfos)[ nIdx-1 ]; in GetBLIP()
/trunk/main/vcl/inc/vcl/
H A Doutdev.hxx1134 xub_StrLen nIdx, xub_StrLen nLen,
/trunk/main/editeng/source/editeng/
H A Dimpedit.hxx697 …xtMarkingVector& rTextMarkingVector, const String& rTxt, const sal_uInt16 nIdx, const sal_uInt16 n…

Completed in 303 milliseconds

1...<<11121314151617