Home
last modified time | relevance | path

Searched refs:nIdx (Results 226 – 250 of 402) sorted by relevance

12345678910>>...17

/trunk/main/sc/source/filter/xml/
H A Dxmlstyle.hxx125 sal_uInt32 nIdx = 0 ) const;
156 sal_uInt32 nIdx = 0 ) const;
174 sal_uInt32 nIdx = 0 ) const;
/trunk/main/sw/inc/
H A Dndtxt.hxx712 XubString GetExpandTxt( const xub_StrLen nIdx = 0,
719 xub_StrLen nIdx = 0, xub_StrLen nLen = STRING_LEN,
729 XubString GetRedlineTxt( xub_StrLen nIdx = 0,
/trunk/main/sw/source/core/doc/
H A Ddoctxm.cxx1075 sal_uLong nIdx = pSectNd->GetIndex(); in Update() local
1077 if(nIdx + 2 < pSectNd->EndOfSectionIndex()) in Update()
1080 aN2L.RestoreUpperFrms( pDoc->GetNodes(), nIdx, nIdx + 1 ); in Update()
1470 sal_uLong nIdx = rNds.GetEndOfAutotext().StartOfSectionIndex() + 2, in UpdateCntnt() local
1473 while( nIdx < nEndIdx ) in UpdateCntnt()
1477 SwNode* pNd = rNds[ nIdx ]; in UpdateCntnt()
1561 nIdx = pNd->StartOfSectionNode()->EndOfSectionIndex() + 2; // 2 == End-/StartNode in UpdateCntnt()
/trunk/main/sw/source/core/inc/
H A Dswblocks.hxx135 virtual sal_uLong GetMacroTable( sal_uInt16 nIdx, SvxMacroTableDtor& rMacroTbl,
137 virtual sal_uLong SetMacroTable( sal_uInt16 nIdx,
/trunk/main/vcl/source/gdi/
H A Dpdfextoutdevdata.cxx71 sal_uInt32 nIdx; member
325 aSync.nIdx = pMtf->GetActionCount(); in PushAction()
327 aSync.nIdx = 0x7fffffff; // sync not possible in PushAction()
333 if ( mActions.size() && ( mActions.front().nIdx == rCurGDIMtfAction ) ) in PlaySyncPageAct()
/trunk/main/cui/source/inc/
H A Doptlingu.hxx150 …m::sun::star::uno::Reference< com::sun::star::linguistic2::XDictionary > &rxDic, sal_uInt16 nIdx );
151 …m::sun::star::uno::Reference< com::sun::star::linguistic2::XDictionary > &rxDic, sal_uInt16 nIdx );
/trunk/main/dbaccess/source/core/misc/
H A DDatabaseDataProvider.cxx270 for( sal_Int32 nIdx=0; nIdx<nCount; ++nIdx ) in detectArguments() local
272 if( aSequences[nIdx].is() ) in detectArguments()
274 … uno::Reference< beans::XPropertySet > xSeqProp( aSequences[nIdx]->getValues(), uno::UNO_QUERY ); in detectArguments()
/trunk/main/sw/source/filter/html/
H A Dswhtml.cxx2289 sal_Int16 nIdx = -1; in AppendTxtNode() local
2297 case RES_CHRATR_FONT: nIdx = 0; break; in AppendTxtNode()
2298 case RES_CHRATR_FONTSIZE: nIdx = 1; break; in AppendTxtNode()
2299 case RES_CHRATR_LANGUAGE: nIdx = 2; break; in AppendTxtNode()
2300 case RES_CHRATR_POSTURE: nIdx = 3; break; in AppendTxtNode()
2301 case RES_CHRATR_WEIGHT: nIdx = 4; break; in AppendTxtNode()
2303 if( nIdx != -1 ) in AppendTxtNode()
2306 if( nStt >= aEndPos[nIdx] ) in AppendTxtNode()
2308 sal_Bool bFont = (nIdx % 5) == 0; in AppendTxtNode()
2330 aEndPos[nIdx] = pHt->GetEnd() ? *pHt->GetEnd() : nStt; in AppendTxtNode()
[all …]
/trunk/main/svx/source/dialog/
H A Drulritem.cxx584 sal_uInt16 nIdx = 0; in GetVisibleRight() local
589 ++nIdx; in GetVisibleRight()
591 return (*this)[nIdx].nEnd; in GetVisibleRight()
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/convwatch/
H A DPRNCompare.java625 int nIdx = sBack.indexOf("\n"); in identify() local
626 if (nIdx > 0) in identify()
628 sBack = sBack.substring(0, nIdx); in identify()
/trunk/main/sw/source/core/undo/
H A Dunattr.cxx544 const xub_StrLen nIdx = pPos->nContent.GetIndex(); in RestoreFlyAnchor() local
546 pTxtNode->GetTxtAttrForCharAt( nIdx, RES_TXTATR_FLYCNT ); in RestoreFlyAnchor()
555 pTxtNode->DeleteAttributes( RES_TXTATR_FLYCNT, nIdx, nIdx ); in RestoreFlyAnchor()
/trunk/main/xmloff/source/draw/
H A Dsdpropls.cxx1531 sal_uInt32 nIdx ) const in handleSpecialItem()
1540 …apper::handleSpecialItem( rAttrList, rProperty, rUnitConverter, rNamespaceMap, pProperties, nIdx ); in handleSpecialItem()
1550 sal_uInt32 nIdx) const in handleElementItem()
1566 SvXMLExportPropertyMapper::handleElementItem( rExport, rProperty, nFlags, pProperties, nIdx ); in handleElementItem()
1752 sal_uInt32 nIdx) const in handleElementItem()
1770 SvXMLExportPropertyMapper::handleElementItem( rExport, rProperty, nFlags, pProperties, nIdx ); in handleElementItem()
/trunk/main/sw/source/core/text/
H A DEnhancedPDFExportHelper.cxx1457 const xub_StrLen nIdx = static_cast<const SwFldPortion*>(pPor)->IsFollow() ? in BeginInlineStructureElements() local
1460 const SwTxtAttr* pHint = mpPorInfo->mrTxtPainter.GetAttr( nIdx ); in BeginInlineStructureElements()
1916 for ( sal_uInt16 nIdx = 0; nIdx < nFtnCount; ++nIdx ) in EnhancedPDFExport() local
1919 const SwTxtFtn* pTxtFtn = pDoc->GetFtnIdxs()[ nIdx ]; in EnhancedPDFExport()
/trunk/main/basic/source/sample/
H A Dobject.cxx208 SbxInfo* SampleObject::GetInfo( short nIdx ) in GetInfo() argument
210 Methods* p = &aMethods[ nIdx ]; in GetInfo()
/trunk/main/dbaccess/source/ui/inc/
H A DTableFieldDescription.hxx102 void SetCriteria( sal_uInt16 nIdx, const ::rtl::OUString& rCrit);
117 ::rtl::OUString GetCriteria( sal_uInt16 nIdx ) const;
/trunk/main/accessibility/source/standard/
H A Dvclxaccessibletoolboxitem.cxx516 sal_Int32 nIdx = m_pToolBox->GetIndexForPoint( aPnt, nItemId ); in getIndexAtPoint() local
517 if ( nIdx != -1 && nItemId == m_nItemId ) in getIndexAtPoint()
518 nIndex = nIdx; in getIndexAtPoint()
/trunk/main/starmath/source/
H A Dnode.cxx546 sal_Int32 nIdx = GetAccessibleIndex(); in FindNodeWithAccessibleIndex() local
548 if (nIdx >= 0) in FindNodeWithAccessibleIndex()
551 if (nIdx >= 0 in FindNodeWithAccessibleIndex()
552 && nIdx <= nAccIdx && nAccIdx < nIdx + aTxt.Len()) in FindNodeWithAccessibleIndex()
2609 sal_uInt16 nIdx = nNodes - 1 - i; in Arrange() local
2610 if (NULL != (pNode = GetSubNode(nIdx))) in Arrange()
2613 int nCol = nIdx % nNumCols; in Arrange()
/trunk/main/editeng/source/items/
H A Dxmlcnitm.cxx232 sal_uInt16 SvXMLAttrContainerItem::GetNextNamespaceIndex( sal_uInt16 nIdx ) const in GetNextNamespaceIndex()
234 return pImpl->GetNextNamespaceIndex( nIdx ); in GetNextNamespaceIndex()
/trunk/main/formula/inc/formula/
H A Dtokenarray.hxx115 FormulaToken* PeekPrev( sal_uInt16 & nIdx );
278 const FormulaToken* GetNonEndOfPathToken( short nIdx ) const;
/trunk/main/comphelper/source/eventattachermgr/
H A Deventattachermgr.cxx487 sal_Int32 nIdx, in detachAll_Impl() argument
495 pMgr->detach( nIdx, (*aObjIt).xTarget ); in detachAll_Impl()
504 sal_Int32 nIdx, in attachAll_Impl() argument
512 pMgr->attach( nIdx, (*aObjIt).xTarget, (*aObjIt).aHelper ); in attachAll_Impl()
/trunk/main/i18npool/inc/
H A Dcalendar_gregorian.hxx77 …virtual rtl::OUString SAL_CALL getDisplayName(sal_Int16 nCalendarDisplayIndex, sal_Int16 nIdx, sal…
132 …virtual rtl::OUString SAL_CALL getDisplayName(sal_Int16 nCalendarDisplayIndex, sal_Int16 nIdx, sal…
/trunk/main/sw/source/ui/fldui/
H A Dfldmgr.cxx1712 for( sal_uInt16 nIdx = 0; nIdx < coFldCnt; ++nIdx ) in _GetFldName() local
1714 String* pTmp = new SW_RESSTR( coFldNms[ nIdx ] ); in _GetFldName()
1716 SwFieldType::pFldNames->Insert(pTmp, nIdx ); in _GetFldName()
/trunk/main/sc/source/ui/vba/
H A Dvbaworksheet.cxx578 SCTAB nIdx = 0; in getSheetAtOffset() local
579 if ( !ScVbaWorksheets::nameExists (xSpreadDoc, getName(), nIdx ) ) in getSheetAtOffset()
581 nIdx = nIdx + offset; in getSheetAtOffset()
582 uno::Reference< sheet::XSpreadsheet > xSheet(xIndex->getByIndex(nIdx), uno::UNO_QUERY_THROW); in getSheetAtOffset()
/trunk/main/oox/source/xls/
H A Dpivottablebuffer.cxx1526 for( sal_Int32 nIdx = 0; nIdx < nCount; ++nIdx ) in importFields() local
1536 for( sal_Int32 nIdx = 0; nIdx < nCount; ++nIdx ) in importFields() local
/trunk/main/sw/source/core/docnode/
H A Dnodes.cxx2504 sal_uLong nIdx = p->GetIndex(); in RemoveNode() local
2506 if( nDelPos <= nIdx && nIdx < nEnd ) in RemoveNode()
2515 sal_uLong nIdx = p->GetIndex(); in RemoveNode() local
2517 if( nDelPos <= nIdx && nIdx < nEnd ) in RemoveNode()

Completed in 239 milliseconds

12345678910>>...17