Home
last modified time | relevance | path

Searched refs:nIndex (Results 576 – 600 of 1876) sorted by relevance

1...<<21222324252627282930>>...76

/trunk/main/chart2/source/tools/
H A DRangeHighlighter.cxx55 sal_Int32 nIndex = -1 ) in lcl_fillRanges() argument
63 rOutRanges[i].Index = nIndex; in lcl_fillRanges()
117 sal_Int32 nIndex = ObjectIdentifier::getIndexFromParticleOrCID( aCID ); in determineRanges() local
125 nIndex = ObjectIdentifier::getIndexFromParticleOrCID( aParentParticel ); in determineRanges()
131 fillRangesForDataPoint( xDataSeries, nIndex ); in determineRanges()
265 …ghter::fillRangesForDataPoint( const Reference< uno::XInterface > & xDataSeries, sal_Int32 nIndex ) in fillRangesForDataPoint() argument
288 …nhiddenIndex = DataSeriesHelper::translateIndexFromHiddenToFullSequence( nIndex, xValues, !m_bIncl… in fillRangesForDataPoint()
/trunk/main/dbaccess/source/ui/dlg/
H A DCollectionView.cxx190 sal_Int32 nIndex = sName.lastIndexOf('/') + 1; in IMPL_LINK() local
191 if ( nIndex ) in IMPL_LINK()
193 if ( nIndex == 1 ) // special handling for root in IMPL_LINK()
209 sSubFolder = sName.copy(0,nIndex-1); in IMPL_LINK()
210 sName = sName.copy(nIndex); in IMPL_LINK()
332 sal_Int32 nIndex = sSubFolder.lastIndexOf('/') + 1; in IMPL_LINK() local
333 sSubFolder = sSubFolder.getToken(0,'/',nIndex); in IMPL_LINK()
/trunk/main/framework/source/uielement/
H A Dgenerictoolbarcontroller.cxx96 xub_StrLen nIndex = aURLPath.Search( '.' ); in getEnumCommand() local
97 if (( nIndex > 0 ) && ( nIndex < aURLPath.Len() )) in getEnumCommand()
98 aEnumCommand = aURLPath.Copy( nIndex+1 ); in getEnumCommand()
109 sal_Int32 nIndex = aURL.GetURLPath().indexOf( '.' ); in getMasterCommand() local
110 if ( nIndex ) in getMasterCommand()
112 aURL.SetURLPath( aURL.GetURLPath().copy( 0, nIndex ) ); in getMasterCommand()
/trunk/main/sd/source/ui/slidesorter/view/
H A DSlsInsertionIndicatorOverlay.cxx207 for (sal_Int32 nIndex=2; nIndex>=0; --nIndex) in PaintRepresentatives() local
209 if (rRepresentatives.size() <= sal_uInt32(nIndex)) in PaintRepresentatives()
211 switch(nIndex) in PaintRepresentatives()
231 Bitmap aPreview (rRepresentatives[nIndex].maBitmap); in PaintRepresentatives()
240 if (rRepresentatives[nIndex].mbIsExcluded) in PaintRepresentatives()
/trunk/main/vcl/source/gdi/
H A Dpdffontcache.cxx61 sal_GlyphId nIndex = nGlyph; in getGlyphWidth() local
73 nIndex = (it != rFontData.m_aGlyphIdToIndex.end()) ? it->second : 0; in getGlyphWidth()
75 nIndex &= GF_IDXMASK; in getGlyphWidth()
76 if( nIndex < rFontData.m_nWidths.size() ) in getGlyphWidth()
77 nWidth = rFontData.m_nWidths[ nIndex ]; in getGlyphWidth()
/trunk/main/writerfilter/source/doctok/
H A DWW8FontTable.cxx57 WW8FontTable::getEntry(sal_uInt32 nIndex) in getEntry() argument
61 sal_uInt32 nCount = entryOffsets[nIndex + 1] - entryOffsets[nIndex]; in getEntry()
66 entryOffsets[nIndex], nCount); in getEntry()
68 pFont->setIndex(nIndex); in getEntry()
/trunk/main/sd/source/ui/view/
H A Dsdview.cxx1353 for (sal_uInt32 nIndex = 0; nIndex < nMarkCount && !bToggleOn; nIndex++) in ShouldToggleOn() local
1355 SdrTextObj* pTextObj = dynamic_cast< SdrTextObj* >(GetMarkedObjectByIndex(nIndex)); in ShouldToggleOn()
1379 sal_Int32 nIndex = nRow * nColCount + nCol; in ShouldToggleOn() local
1380 SdrText* pText = pTableObj->getText(nIndex); in ShouldToggleOn()
1428 for (sal_uInt32 nIndex = 0; nIndex < nMarkCount; nIndex++) in ChangeMarkedObjectsBulletsNumbering() local
1430 SdrTextObj* pTextObj = dynamic_cast< SdrTextObj* >(GetMarkedObjectByIndex(nIndex)); in ChangeMarkedObjectsBulletsNumbering()
1454 sal_Int32 nIndex = nRow * nColCount + nCol; in ChangeMarkedObjectsBulletsNumbering() local
1455 SdrText* pText = pTableObj->getText(nIndex); in ChangeMarkedObjectsBulletsNumbering()
1462 …t< SdrUndoObjSetText* >(pSdrModel->GetSdrUndoFactory().CreateUndoObjectSetText(*pTextObj, nIndex)); in ChangeMarkedObjectsBulletsNumbering()
/trunk/main/sd/source/ui/slidesorter/controller/
H A DSlsScrollBarManager.cxx697 const sal_Int32 nIndex (rLayouter.GetIndexAtPoint( in Scroll() local
700 aNewTopLeft.Y() = rLayouter.GetPageObjectBox(nIndex,true).Bottom() in Scroll()
705 const sal_Int32 nIndex (rLayouter.GetIndexAtPoint( in Scroll() local
708 aNewTopLeft.Y() = rLayouter.GetPageObjectBox(nIndex,true).Top(); in Scroll()
713 const sal_Int32 nIndex (rLayouter.GetIndexAtPoint( in Scroll() local
716 aNewTopLeft.X() = rLayouter.GetPageObjectBox(nIndex,true).Right() in Scroll()
721 const sal_Int32 nIndex (rLayouter.GetIndexAtPoint( in Scroll() local
724 aNewTopLeft.X() = rLayouter.GetPageObjectBox(nIndex,true).Left(); in Scroll()
/trunk/main/unotools/source/config/
H A Dinetoptions.cxx97 star::uno::Any getProperty(Index nIndex);
100 setProperty(Index nIndex, star::uno::Any const & rValue, bool bFlush);
310 int nIndex = nIndices[i]; in getProperty() local
311 if (m_aEntries[nIndex].m_eState == Entry::UNKNOWN) in getProperty()
329 void SvtInetOptions::Impl::setProperty(Index nIndex, in setProperty() argument
336 m_aEntries[nIndex].m_aValue = rValue; in setProperty()
337 m_aEntries[nIndex].m_eState = bFlush ? Entry::KNOWN : Entry::MODIFIED; in setProperty()
341 aKeys[0] = m_aEntries[nIndex].m_aName; in setProperty()
/trunk/main/ooxml/source/framework/SchemaParser/src/org/apache/openoffice/ooxml/schema/simple/
H A DUnionNode.java66 for (int nIndex=0; nIndex<maTypes.size(); ++nIndex) in AddNode()
68 final ISimpleTypeNode aChild = maTypes.get(nIndex); in AddNode()
77 maTypes.set(nIndex, aNewChild); in AddNode()
/trunk/main/svx/source/dialog/
H A Dfrmsel.cxx56 FrameBorderType GetFrameBorderTypeFromIndex( size_t nIndex ) in GetFrameBorderTypeFromIndex() argument
58 DBG_ASSERT( nIndex < (size_t)FRAMEBORDERTYPE_COUNT, in GetFrameBorderTypeFromIndex()
60 return static_cast< FrameBorderType >( nIndex + 1 ); in GetFrameBorderTypeFromIndex()
524 size_t nIndex = GetIndexFromFrameBorderType( eBorder ); in GetBorder() local
525 if( nIndex < maAllBorders.size() ) in GetBorder()
526 return *maAllBorders[ nIndex ]; in GetBorder()
817 if( nIndex >= 0 ) in GetEnabledBorderType()
819 size_t nVecIdx = static_cast< size_t >( nIndex ); in GetEnabledBorderType()
828 sal_Int32 nIndex = 0; in GetEnabledBorderIndex() local
831 return nIndex; in GetEnabledBorderIndex()
[all …]
/trunk/main/tools/inc/tools/
H A Durlobj.hxx734 bool removeSegment(sal_Int32 nIndex = LAST_SEGMENT,
765 sal_Int32 nIndex = LAST_SEGMENT,
786 rtl::OUString getName(sal_Int32 nIndex = LAST_SEGMENT,
813 sal_Int32 nIndex = LAST_SEGMENT,
834 rtl::OUString getBase(sal_Int32 nIndex = LAST_SEGMENT,
860 sal_Int32 nIndex = LAST_SEGMENT,
877 bool hasExtension(sal_Int32 nIndex = LAST_SEGMENT,
923 sal_Int32 nIndex = LAST_SEGMENT,
942 bool removeExtension(sal_Int32 nIndex = LAST_SEGMENT,
1456 sal_Int32 nIndex, bool bIgnoreFinalSlash) const;
[all …]
/trunk/main/unodevtools/source/skeletonmaker/
H A Dskeletonmaker.cxx259 sal_Int32 nIndex= sTmp.indexOf(':'); variable
260 OString sPrt = sTmp.copy(0, nIndex+1);
261 OString sCmds = sTmp.copy(nIndex+1);
263 nIndex = 0;
266 OString sCmd = sCmds.getToken( 0, ',', nIndex );
268 } while ( nIndex >= 0 );
/trunk/main/sw/source/ui/vba/
H A Dvbaoptions.cxx107 sal_Int32 nIndex = sOldPathUrl.lastIndexOf( sal_Unicode(';') ); in setValueEvent() local
108 if( nIndex != -1 ) in setValueEvent()
110 sNewPathUrl = sOldPathUrl.copy( 0, nIndex + 1 ).concat( sNewPathUrl ); in setValueEvent()
122 sal_Int32 nIndex = sPathUrl.lastIndexOf( sal_Unicode(';') ); in getValueEvent() local
123 if( nIndex != -1 ) in getValueEvent()
125 sPathUrl = sPathUrl.copy( nIndex + 1 ); in getValueEvent()
/trunk/main/pyuno/source/loader/
H A Dpyuno_loader.cxx132 sal_Int32 nIndex = 0; in prependPythonPath() local
135 sal_Int32 nNew = pythonPathBootstrap.indexOf( ' ', nIndex ); in prependPythonPath()
139 fileUrl = OUString( &( pythonPathBootstrap[nIndex] ) ); in prependPythonPath()
143 fileUrl = OUString( &(pythonPathBootstrap[nIndex]) , nNew - nIndex ); in prependPythonPath()
151 nIndex = nNew + 1; in prependPythonPath()
/trunk/main/svx/source/items/
H A Dnumfmtsh.cxx697 long nIndex; in FillEListWithFormats_Impl() local
699 for(nIndex=eOffsetStart;nIndex<=eOffsetEnd;nIndex++) in FillEListWithFormats_Impl()
701 nNFEntry=pFormatter->GetFormatIndex((NfIndexTableOffset)nIndex,eCurLanguage); in FillEListWithFormats_Impl()
743 long nIndex; in FillEListWithDateTime_Impl() local
745 for(nIndex=NF_DATETIME_START;nIndex<=NF_DATETIME_END;nIndex++) in FillEListWithDateTime_Impl()
747 nNFEntry=pFormatter->GetFormatIndex((NfIndexTableOffset)nIndex,eCurLanguage); in FillEListWithDateTime_Impl()
831 long nIndex; in FillEListWithSysCurrencys() local
833 for(nIndex=eOffsetStart;nIndex<=eOffsetEnd;nIndex++) in FillEListWithSysCurrencys()
835 nNFEntry=pFormatter->GetFormatIndex((NfIndexTableOffset)nIndex,eCurLanguage); in FillEListWithSysCurrencys()
/trunk/main/sc/source/filter/xml/
H A DXMLCellRangeSourceContext.cxx64 for( sal_Int16 nIndex = 0; nIndex < nAttrCount; ++nIndex ) in ScXMLCellRangeSourceContext() local
66 const rtl::OUString& sAttrName(xAttrList->getNameByIndex( nIndex )); in ScXMLCellRangeSourceContext()
67 const OUString& sValue(xAttrList->getValueByIndex( nIndex )); in ScXMLCellRangeSourceContext()
/trunk/main/stoc/source/implementationregistration/
H A Dimplreg.cxx200 if ( nIndex == -1 ) in deleteAllLinkReferences()
203 pShortName = pTmpName+nIndex; in deleteAllLinkReferences()
208 if ( nIndex == -1 ) in deleteAllLinkReferences()
211 pShortName += nIndex+2; in deleteAllLinkReferences()
263 if ( nIndex == -1 ) in prepareLink()
266 pShortName = pTmpName+nIndex; in prepareLink()
273 nIndex = rtl_ustr_indexOfChar( pShortName+2, '%' ); in prepareLink()
274 if ( nIndex == -1 ) in prepareLink()
277 pShortName += nIndex+2; in prepareLink()
1551 sal_Int32 nIndex = 0; in prepareRegister() local
[all …]
/trunk/main/sfx2/source/doc/
H A Ddoctempl.cxx211 void DeleteEntry( sal_uIntPtr nIndex );
257 void DeleteRegion( sal_uIntPtr nIndex );
262 RegionData_Impl* GetRegion( sal_uIntPtr nIndex ) const;
418 return (sal_uInt16) nIndex; in GetRegionNo()
2241 return maEntries.GetObject( nIndex ); in GetEntry()
2245 void RegionData_Impl::DeleteEntry( sal_uIntPtr nIndex ) in DeleteEntry() argument
2252 maEntries.Remove( (sal_uIntPtr) nIndex ); in DeleteEntry()
2300 return maRegions.GetObject( nIndex ); in GetRegion()
2322 void SfxDocTemplate_Impl::DeleteRegion( sal_uIntPtr nIndex ) in DeleteRegion() argument
2324 RegionData_Impl* pRegion = maRegions.GetObject( nIndex ); in DeleteRegion()
[all …]
/trunk/main/framework/source/uiconfiguration/
H A Dmoduleuiconfigurationmanager.cxx134 sal_Int32 nIndex = aTmpStr.indexOf( '/' ); in RetrieveTypeFromResourceURL() local
135 if (( nIndex > 0 ) && ( aTmpStr.getLength() > nIndex )) in RetrieveTypeFromResourceURL()
137 OUString aTypeStr( aTmpStr.copy( 0, nIndex )); in RetrieveTypeFromResourceURL()
154 sal_Int32 nIndex = aResourceURL.lastIndexOf( '/' ); in RetrieveNameFromResourceURL() local
155 if (( nIndex > 0 ) && (( nIndex+1 ) < aResourceURL.getLength())) in RetrieveNameFromResourceURL()
156 return aResourceURL.copy( nIndex+1 ); in RetrieveNameFromResourceURL()
175 if ( nIndex > RESOURCEURL_PREFIX_SIZE ) in impl_fillSequenceWithElementTypeInfo()
213 if ( nIndex > RESOURCEURL_PREFIX_SIZE ) in impl_fillSequenceWithElementTypeInfo()
268 sal_Int32 nIndex = aUIElementNames[n].lastIndexOf( '.' ); in impl_preloadUIElementTypeList() local
269 if (( nIndex > 0 ) && ( nIndex < aUIElementNames[n].getLength() )) in impl_preloadUIElementTypeList()
[all …]
H A Duiconfigurationmanagerimpl.cxx102 sal_Int32 nIndex = aTmpStr.indexOf( '/' ); in RetrieveTypeFromResourceURL() local
103 if (( nIndex > 0 ) && ( aTmpStr.getLength() > nIndex )) in RetrieveTypeFromResourceURL()
105 rtl::OUString aTypeStr( aTmpStr.copy( 0, nIndex )); in RetrieveTypeFromResourceURL()
122 sal_Int32 nIndex = aResourceURL.lastIndexOf( '/' ); in RetrieveNameFromResourceURL() local
123 if (( nIndex > 0 ) && (( nIndex+1 ) < aResourceURL.getLength())) in RetrieveNameFromResourceURL()
124 return aResourceURL.copy( nIndex+1 ); in RetrieveNameFromResourceURL()
144 if ( nIndex > RESOURCEURL_PREFIX_SIZE ) in impl_fillSequenceWithElementTypeInfo()
183 if ( nIndex > RESOURCEURL_PREFIX_SIZE ) in impl_fillSequenceWithElementTypeInfo()
238 sal_Int32 nIndex = aUIElementNames[n].lastIndexOf( '.' ); in impl_preloadUIElementTypeList() local
239 if (( nIndex > 0 ) && ( nIndex < aUIElementNames[n].getLength() )) in impl_preloadUIElementTypeList()
[all …]
/trunk/main/svtools/source/control/
H A Dcollatorres.cxx101 xub_StrLen nIndex = r_Algorithm.Search('.'); in GetTranslation() local
104 if (nIndex == STRING_NOTFOUND) in GetTranslation()
110 nIndex += 1; in GetTranslation()
111 aLocaleFreeAlgorithm = String(r_Algorithm, nIndex, r_Algorithm.Len() - nIndex); in GetTranslation()
/trunk/main/basegfx/source/curve/
H A Db2dbeziertools.cxx116 const sal_uInt32 nIndex(aIter - maLengthArray.begin()); in distanceToRelative() local
117 const double fHighBound(maLengthArray[nIndex]); in distanceToRelative()
118 const double fLowBound(nIndex ? maLengthArray[nIndex - 1] : 0.0); in distanceToRelative()
121 …return (static_cast< double >(nIndex) + fLinearInterpolatedLength) / static_cast< double >(mnEdgeC… in distanceToRelative()
/trunk/main/sc/source/core/data/
H A Dtable3.cxx1415 sal_uInt32 nIndex = 0; in lcl_PrepareQuery() local
1688 SCSIZE nIndex = 0; in CreateExcelQuery() local
1699 if (nIndex < nNewEntries) in CreateExcelQuery()
1703 nIndex++; in CreateExcelQuery()
1704 if (nIndex < nNewEntries) in CreateExcelQuery()
1713 if (nIndex < nNewEntries) in CreateExcelQuery()
1714 rQueryParam.GetEntry(nIndex).eConnect = SC_OR; in CreateExcelQuery()
1737 SCSIZE nIndex = 0; in CreateStarQuery() local
1753 if (nIndex > 0) in CreateStarQuery()
1768 if ((nIndex < 1) || bValid) in CreateStarQuery()
[all …]
/trunk/main/sw/source/core/access/
H A Dacchyperlink.hxx56 virtual sal_Bool SAL_CALL doAccessibleAction( sal_Int32 nIndex )
60 sal_Int32 nIndex )
65 getAccessibleActionKeyBinding( sal_Int32 nIndex )
71 sal_Int32 nIndex )
75 sal_Int32 nIndex )

Completed in 355 milliseconds

1...<<21222324252627282930>>...76