Home
last modified time | relevance | path

Searched refs:nIdx (Results 151 – 175 of 402) sorted by relevance

12345678910>>...17

/trunk/main/xmloff/source/draw/
H A Dsdpropls.hxx112 sal_uInt32 nIdx = 0
123 sal_uInt32 nIdx = 0 ) const;
156 sal_uInt32 nIdx = 0
/trunk/main/xmloff/source/text/
H A DXMLSectionFootnoteConfigExport.cxx64 nIdx in exportXML()
108 DBG_ASSERT( i == nIdx, in exportXML()
137 DBG_ASSERT( i == nIdx, in exportXML()
/trunk/main/odk/examples/DevelopersGuide/OfficeDev/Linguistic/
H A DPropChgHelper.java173 int nIdx = aLngSvcEvtListeners.indexOf( xListener ); in removeLinguServiceEventListener() local
174 if (nIdx != -1) in removeLinguServiceEventListener()
176 aLngSvcEvtListeners.remove( nIdx ); in removeLinguServiceEventListener()
/trunk/main/sw/source/filter/rtf/
H A Dswparrtf.cxx2405 short nIdx = 0; in SetBorderLine() local
2412 nIdx = 1; in SetBorderLine()
2416 nIdx = 3; in SetBorderLine()
2420 nIdx = 10; in SetBorderLine()
2424 nIdx = 11; in SetBorderLine()
2428 nIdx = 12; in SetBorderLine()
2432 nIdx = 13; in SetBorderLine()
2436 nIdx = 14; in SetBorderLine()
2440 nIdx = 15; in SetBorderLine()
2444 nIdx = 16; in SetBorderLine()
[all …]
/trunk/main/sw/source/core/inc/
H A DSwXMLTextBlocks.hxx85 virtual sal_Bool IsOnlyTextBlock( sal_uInt16 nIdx ) const;
87 virtual void SetIsTextOnly( sal_uInt16 nIdx, sal_Bool bNewValue );
91 virtual sal_uLong SetMacroTable( sal_uInt16 nIdx,
/trunk/main/sc/source/filter/ftools/
H A Dfapihelper.cxx387 for( sal_Int32 nIdx = 0, nLen = maValueSeq.getLength(); nIdx < nLen; ++nIdx ) in InitializeWrite() local
388 maValueSeq[ nIdx ].clear(); in InitializeWrite()
/trunk/main/sw/source/core/txtnode/
H A Dfntcache.cxx2268 xub_StrLen nIdx = rInf.GetIdx(); in GetCrsrOfst() local
2269 xub_StrLen nLastIdx = nIdx; in GetCrsrOfst()
2281 while ( ( nRight < long( rInf.GetOfst() ) ) && ( nIdx < nEnd ) ) in GetCrsrOfst()
2283 if ( nSpaceAdd && CH_BLANK == rInf.GetText().GetChar( nIdx ) ) in GetCrsrOfst()
2287 nLastIdx = nIdx; in GetCrsrOfst()
2293 if ( nIdx <= nLastIdx ) in GetCrsrOfst()
2297 ++nIdx; in GetCrsrOfst()
2300 nRight = pKernArray[ nIdx - rInf.GetIdx() - 1 ] + nKernSum + nSpaceSum; in GetCrsrOfst()
2307 if ( nIdx > rInf.GetIdx() && in GetCrsrOfst()
2313 nCnt = nIdx - rInf.GetIdx(); // second half in GetCrsrOfst()
[all …]
/trunk/main/svtools/inc/svtools/
H A Dsvxbox.hxx86 const SvxBoxEntry& GetSvxBoxEntry( sal_uInt16 nIdx ) const;
89 const SvxBoxEntry& GetSelectSvxBoxEntry( sal_uInt16 nIdx = 0 ) const;
155 const SvxBoxEntry& GetEntry( sal_uInt16 nIdx ) const;
/trunk/main/sw/source/filter/xml/
H A Dxmlexp.cxx247 sal_uInt16 nIdx = pUnknown->GetFirstNamespaceIndex(); in exportDoc() local
248 while( USHRT_MAX != nIdx ) in exportDoc()
251 pUnknown->GetPrefix( nIdx ); in exportDoc()
253 pUnknown->GetNamespace( nIdx ), in exportDoc()
255 nIdx = pUnknown->GetNextNamespaceIndex( nIdx ); in exportDoc()
/trunk/main/xmloff/source/style/
H A Dxmlexppr.cxx890 sal_uInt32 nIdx ) const in handleSpecialItem()
895 rNamespaceMap, pProperties, nIdx ); in handleSpecialItem()
905 sal_uInt32 nIdx ) const in handleElementItem()
910 pProperties, nIdx ); in handleElementItem()
977 sal_uInt32 nIdx ) const in _exportXML()
1088 rNamespaceMap, pProperties, nIdx ); in _exportXML()
/trunk/main/sw/source/core/doc/
H A Ddocsort.cxx295 for( sal_uLong nIdx = pMyBox->GetSttIdx() + 1; pNd != pEndNd; ++nIdx ) in GetKey() local
296 if( ( pNd = pDoc->GetNodes()[ nIdx ])->IsTxtNode() ) in GetKey()
630 const sal_uLong nIdx = pTblNd->GetIndex(); in SortTbl() local
631 aNode2Layout.RestoreUpperFrms( GetNodes(), nIdx, nIdx + 1 ); in SortTbl()
H A Ddoccomp.cxx454 sal_uLong nIdx = rData.GetIndex( n ); in CountDifference() local
455 ++pCounts[ nIdx ]; in CountDifference()
473 sal_uLong nIdx = rData.GetIndex( n ); in SetDiscard() local
474 if( nIdx ) in SetDiscard()
476 nIdx = pCounts[ nIdx ]; in SetDiscard()
477 pDiscard[ n ] = !nIdx ? 1 : nIdx > nMax ? 2 : 0; in SetDiscard()
/trunk/main/idl/source/prj/
H A Dglobals.cxx92 sal_uInt32 nIdx; in INS() local
93 IDLAPP->pHashTable->Insert( rName, &nIdx ); in INS()
94 return (SvStringHashEntry * )IDLAPP->pHashTable->Get( nIdx ); in INS()
/trunk/main/xmloff/inc/xmloff/
H A Dxmlexppr.hxx92 sal_uInt32 nIdx = 0 ) const;
182 sal_uInt32 nIdx = 0 ) const;
192 sal_uInt32 nIdx = 0 ) const;
/trunk/main/linguistic/source/
H A Dconvdiclist.cxx145 const uno::Reference< XConversionDictionary > GetByIndex( sal_Int32 nIdx ) in GetByIndex() argument
147 return aConvDics.getConstArray()[nIdx]; in GetByIndex()
204 sal_Int32 nIdx = GetIndexByName_Impl( rName ); in GetByName() local
205 if ( nIdx != -1) in GetByName()
206 xRes = aConvDics.getArray()[nIdx]; in GetByName()
/trunk/main/sc/source/core/tool/
H A Dtoken.cxx1367 sal_uInt16 nIdx = 0xFFFF; in Clone() local
1372 nIdx = j; break; in Clone()
1375 if( nIdx == 0xFFFF ) in Clone()
1378 *pp = p->pCode[ nIdx ]; in Clone()
1584 sal_uInt16 nIdx = nLen; in MergeRangeReference() local
1587 if (((p3 = PeekPrev(nIdx)) != 0) && in MergeRangeReference()
1588 (((p2 = PeekPrev(nIdx)) != 0) && p2->GetOpCode() == ocRange) && in MergeRangeReference()
1589 ((p1 = PeekPrev(nIdx)) != 0)) in MergeRangeReference()
/trunk/main/svx/source/accessibility/
H A Dsvxpixelctlaccessiblecontext.cxx181 sal_uInt16 nIdx = 0; in getAccessibleIndexInParent() local
186 for(nIdx = 0; nIdx < nChildren; nIdx++) in getAccessibleIndexInParent()
187 if(pTabPage->GetChild( nIdx ) == pPixelCtl) in getAccessibleIndexInParent()
190 return nIdx; in getAccessibleIndexInParent()
/trunk/main/oox/source/xls/
H A Dpivotcachebuffer.cxx410 for( sal_Int32 nIdx = 0; !rStrm.isEof() && (nIdx < nCount); ++nIdx ) in importArray() local
420 nIdx = nCount; in importArray()
887 …for( sal_Int32 nIdx = 0, nCount = xGroupsIA->getCount(); (nIdx < nCount) && (aAutoName.getLength()… in createParentGroupField() local
889 … Reference< XNameAccess > xItemsNA( xGroupsIA->getByIndex( nIdx ), UNO_QUERY_THROW ); in createParentGroupField()
892 xGroupName.set( xGroupsIA->getByIndex( nIdx ), UNO_QUERY_THROW ); in createParentGroupField()
/trunk/main/sw/inc/
H A Dndindex.hxx53 SwNodeIndex( SwNodes& rNds, sal_uInt16 nIdx );
54 SwNodeIndex( SwNodes& rNds, int nIdx );
57 SwNodeIndex( SwNodes& rNds, sal_uLong nIdx = 0 );
/trunk/main/xmloff/source/chart/
H A DPropertyMaps.cxx288 sal_uInt32 nIdx ) const in handleElementItem()
346 nFlags, pProperties, nIdx ); in handleElementItem()
356 sal_uInt32 nIdx ) const in handleSpecialItem()
463 …apper::handleSpecialItem( rAttrList, rProperty, rUnitConverter, rNamespaceMap, pProperties, nIdx ); in handleSpecialItem()
/trunk/main/sc/source/ui/drawfunc/
H A Dfusel.cxx470 for( sal_uLong nIdx = 0; !bFound && (nIdx < nCount); ++nIdx ) in MouseButtonUp() local
472 SdrObject* pObj = rMarkList.GetMark( nIdx )->GetMarkedSdrObj(); in MouseButtonUp()
/trunk/main/sfx2/source/appl/
H A Dchildwin.cxx121 xub_StrLen nIdx = 0; in GetPosSizeFromString() local
122 rPos.X() = rStr.GetToken(0, '/', nIdx).ToInt32(); in GetPosSizeFromString()
123 rPos.Y() = rStr.GetToken(0, '/', nIdx).ToInt32(); in GetPosSizeFromString()
124 rSize.Width() = rStr.GetToken(0, '/', nIdx).ToInt32(); in GetPosSizeFromString()
125 rSize.Height() = rStr.GetToken(0, '/', nIdx).ToInt32(); in GetPosSizeFromString()
/trunk/main/vcl/unx/headless/
H A Dsvppspgraphics.cxx72 virtual sal_uInt32 GetPaletteColor (sal_uInt32 nIdx) const;
126 SalPrinterBmp::GetPaletteColor (sal_uInt32 nIdx) const in GetPaletteColor()
129 if( m_aBitmap.get() && nIdx < static_cast<sal_uInt32>(m_aBitmap->getPaletteEntryCount()) ) in GetPaletteColor()
131 const basebmp::Color& rColor = (*m_aBitmap->getPalette().get())[ nIdx ]; in GetPaletteColor()
163 sal_uInt8 nIdx = 0; in GetPixelIdx() local
165 nIdx = static_cast<sal_uInt8>(m_aBitmap->getPixelData( B2IPoint( nColumn, nRow ) )); in GetPixelIdx()
166 return nIdx; in GetPixelIdx()
/trunk/main/sw/source/core/text/
H A Dtxtftn.cxx129 const xub_StrLen nIdx = *pHt->GetStart(); in CalcFtnFlag() local
130 if ( nEnd < nIdx ) in CalcFtnFlag()
132 if( GetOfst() <= nIdx ) in CalcFtnFlag()
479 const xub_StrLen nIdx = *pHt->GetStart(); in RemoveFtn() local
480 if( nStart > nIdx ) in RemoveFtn()
483 if( nEnd >= nIdx ) in RemoveFtn()
537 GetFollow())->GetOfst() <= nIdx ) in RemoveFtn()
/trunk/main/sw/source/core/unocore/
H A Dunoparagraph.cxx851 sal_Int32 nIdx = 0; in GetPropertyValuesTolerant_Impl() local
858 DBG_ASSERT( nIdx < nProps, "index out ouf bounds" ); in GetPropertyValuesTolerant_Impl()
859 beans::GetDirectPropertyTolerantResult &rResult = pResult[nIdx]; in GetPropertyValuesTolerant_Impl()
914 nIdx++; in GetPropertyValuesTolerant_Impl()
917 …DBG_ASSERT( nIdx < 1 || pResult[nIdx - 1].Result != beans::TolerantPropertySetResultType::UNKNOW… in GetPropertyValuesTolerant_Impl()
943 aResult.realloc( nIdx ); in GetPropertyValuesTolerant_Impl()

Completed in 201 milliseconds

12345678910>>...17