Home
last modified time | relevance | path

Searched refs:nIdx (Results 1 – 25 of 402) sorted by relevance

12345678910>>...17

/trunk/main/basic/source/sbx/
H A Dsbxarray.cxx146 SbxVariableRef& SbxArray::GetRef32( sal_uInt32 nIdx ) in GetRef32() argument
149 DBG_ASSERT( nIdx <= SBX_MAXINDEX32, "SBX: Array-Index > SBX_MAXINDEX32" ); in GetRef32()
151 if( nIdx > SBX_MAXINDEX32 ) in GetRef32()
154 nIdx = 0; in GetRef32()
156 while( pData->size() <= nIdx ) in GetRef32()
161 return *((*pData)[nIdx]); in GetRef32()
164 SbxVariableRef& SbxArray::GetRef( sal_uInt16 nIdx ) in GetRef() argument
167 DBG_ASSERT( nIdx <= SBX_MAXINDEX, "SBX: Array-Index > SBX_MAXINDEX" ); in GetRef()
169 if( nIdx > SBX_MAXINDEX ) in GetRef()
172 nIdx = 0; in GetRef()
[all …]
/trunk/main/editeng/source/items/
H A Dsvxfont.cxx206 const xub_StrLen nIdx; member in SvxDoCapitals
212 : pOut(_pOut), rTxt(_rTxt), nIdx(_nIdx), nLen(_nLen) in SvxDoCapitals()
218 const xub_StrLen nIdx, const xub_StrLen nLen,
223 xub_StrLen GetIdx() const { return nIdx; } in GetIdx()
243 const xub_StrLen nIdx = rDo.GetIdx(); in DoOnCapitals() local
271 aCharString = rTxt.GetChar( nPos + nIdx ); in DoOnCapitals()
286 const XubString aSnippet(rTxt, nIdx + nOldPos, nPos-nOldPos); in DoOnCapitals()
293 rDo.Do( aTxt, nIdx + nOldPos, nPos-nOldPos, sal_True ); in DoOnCapitals()
307 aCharString = rTxt.GetChar( nPos + nIdx ); in DoOnCapitals()
316 const XubString aSnippet(rTxt, nIdx + nOldPos, nPos - nOldPos); in DoOnCapitals()
[all …]
/trunk/main/svx/source/dialog/
H A Dsvxruler.cxx239 sal_uInt16 nIdx; member
256 nIdx(0), in SvxRuler_Impl()
587 inline sal_uInt16 SvxRuler::GetObjectBordersOff(sal_uInt16 nIdx) const in GetObjectBordersOff()
589 return bHorz? nIdx: nIdx + 2; in GetObjectBordersOff()
1835 const sal_uInt16 nIdx = GetDragAryPos()+INDENT_GAP; in DragIndents() local
1836 const long lDiff = pIndents[nIdx].nPos - lDragPos; in DragIndents()
1838 if((nIdx == INDENT_FIRST_LINE || in DragIndents()
1839 nIdx == INDENT_LEFT_MARGIN ) && in DragIndents()
1844 pIndents[nIdx].nPos = lDragPos; in DragIndents()
1923 sal_uInt16 nIdx = GetDragAryPos()+TAB_GAP; in DragTabs() local
[all …]
/trunk/main/sw/source/filter/ww8/dump/
H A Dww8scan.hxx137 long nIdx; // Merker, wo wir gerade sind member in WW8PLCFspecial
144 sal_uLong GetIdx() const { return (sal_uLong)nIdx; } in GetIdx()
145 void SetIdx( sal_uLong nI ) { nIdx = (long)nI; } // geht ueber Nummer in SetIdx()
150 long Where() { return ( nIdx >= nIMax ) ? LONG_MAX : pPLCF_PosArray[nIdx]; } in Where()
152 sal_Bool GetData( long nIdx, long& rPos, void*& rpValue );
154 const void* GetData( long nIdx ) const { in GetData()
155 return ( nIdx >= nIMax ) ? 0 : (const void*)&pPLCF_Contents[nIdx * nStru]; } in GetData()
156 long GetPos( long nIdx ){ in GetPos() argument
157 return ( nIdx >= nIMax ) ? LONG_MAX : pPLCF_PosArray[nIdx]; } in GetPos()
159 WW8PLCFspecial& operator ++( int ) { nIdx++; return *this; } in operator ++()
[all …]
H A Dww8scan.cxx1057 void WW8PLCFx_PCD::SetIdx( sal_uLong nIdx ) in SetIdx() argument
1060 pPcdI->SetIdx( nIdx ); in SetIdx()
1207 short nIdx,nSpace; in DetermineBorderProperties() local
1215 nIdx = (aBrc1 & 0x18) >> 3; in DetermineBorderProperties()
1220 nIdx = 1; in DetermineBorderProperties()
1222 nMSTotalWidth *= nIdx; in DetermineBorderProperties()
1227 nIdx = aBits1[1]; in DetermineBorderProperties()
1235 switch (nIdx) in DetermineBorderProperties()
1404 *pIdx = nIdx; in DetermineBorderProperties()
2027 : nIdx(0), nStru(nStruct) in WW8PLCFspecial()
[all …]
/trunk/main/sw/source/core/text/
H A Ditratr.cxx377 xub_StrLen nIdx, xub_StrLen nEnd ) in lcl_MinMaxString() argument
380 while( nIdx < nEnd ) in lcl_MinMaxString()
382 xub_StrLen nStop = nIdx; in lcl_MinMaxString()
388 Boundary aBndry( pBreakIt->GetBreakIter()->getWordBoundary( rTxt, nIdx, in lcl_MinMaxString()
392 if( nIdx <= aBndry.startPos && nIdx && nIdx-1 != rArg.nNoLineBreak ) in lcl_MinMaxString()
394 if( nStop == nIdx ) in lcl_MinMaxString()
403 bClear = nStop == nIdx; in lcl_MinMaxString()
412 SwDrawTextInfo aDrawInf( rArg.pSh, *rArg.pOut, 0, rTxt, nIdx, nStop - nIdx ); in lcl_MinMaxString()
425 nIdx = nStop; in lcl_MinMaxString()
646 xub_StrLen nIdx = 0; in GetMinMaxSize() local
[all …]
H A Dporlay.cxx754 sal_uInt8 SwScriptInfo::WhichFont( xub_StrLen nIdx, const String* pTxt, const SwScriptInfo* pSI ) in WhichFont() argument
761 nScript = pSI->ScriptType( nIdx ); in WhichFont()
764 nScript = pBreakIt->GetRealScriptOfText( *pTxt, nIdx ); in WhichFont()
1127 xub_StrLen nIdx = 0; in InitScriptInfo() local
1141 while (nIdx < nWordLen) in InitScriptInfo()
1143 cCh = rWord.GetChar( nIdx ); in InitScriptInfo()
1149 nKashidaPos = aScanner.GetBegin() + nIdx; in InitScriptInfo()
1155 if (nPriorityLevel >= 1 && nIdx < nWordLen - 1) in InitScriptInfo()
1158 … && (rWord.GetChar( nIdx+1 ) != 0x200C) ) // #i98410#: prevent ZWNJ expansion in InitScriptInfo()
1160 nKashidaPos = aScanner.GetBegin() + nIdx; in InitScriptInfo()
[all …]
H A Ditradj.cxx132 xub_StrLen nIdx = rItr.GetStart(); in lcl_CheckKashidaPositions() local
149 rSI.GetKashidaPositions ( nIdx, rItr.GetLength(), pKashidaPos ); in lcl_CheckKashidaPositions()
151 while ( nKashidas && nIdx < nEnd ) in lcl_CheckKashidaPositions()
153 rItr.SeekAndChgAttrIter( nIdx, rInf.GetOut() ); in lcl_CheckKashidaPositions()
158 xub_StrLen nNextScript = rSI.NextScriptChg( nIdx ); in lcl_CheckKashidaPositions()
164 xub_StrLen nKashidasInAttr = rSI.KashidaJustify ( 0, 0, nIdx, nNext - nIdx ); in lcl_CheckKashidaPositions()
168 if ( !SwScriptInfo::IsArabicText( rInf.GetTxt(), nIdx, nNext - nIdx ) ) in lcl_CheckKashidaPositions()
177 … nKashidasDropped = rInf.GetOut()->ValidateKashidas ( rInf.GetTxt(), nIdx, nNext - nIdx, in lcl_CheckKashidaPositions()
190 nIdx = nNext; in lcl_CheckKashidaPositions()
212 xub_StrLen nIdx = rItr.GetStart(); in lcl_CheckKashidaWidth() local
[all …]
/trunk/main/svl/source/numbers/
H A Dzforlist.cxx1092 sal_Int16 nIdx = xSeq[j].formatIndex; in ImpGenerateCL() local
1096 if ( i != j && xSeq[i].formatIndex == nIdx ) in ImpGenerateCL()
1109 aMsg += String::CreateFromInt32( nIdx ); in ImpGenerateCL()
2193 sal_Int32 nIdx; in ImpGenerateFormats() local
2208 nIdx = ImpGetFormatCodeIndex( aFormatSeq, NF_NUMBER_STANDARD ); in ImpGenerateFormats()
2209 SvNumberformat* pStdFormat = ImpInsertFormat( aFormatSeq[nIdx], in ImpGenerateFormats()
2262 nIdx = ImpGetFormatCodeIndex( aFormatSeq, NF_NUMBER_INT ); in ImpGenerateFormats()
2263 ImpInsertFormat( aFormatSeq[nIdx], in ImpGenerateFormats()
2267 nIdx = ImpGetFormatCodeIndex( aFormatSeq, NF_NUMBER_DEC2 ); in ImpGenerateFormats()
2268 ImpInsertFormat( aFormatSeq[nIdx], in ImpGenerateFormats()
[all …]
/trunk/main/editeng/source/misc/
H A Dtxtrange.cxx289 sal_uInt16 nIdx = 0; in NoteRange() local
292 while( nIdx < nCount && (*pLongArr)[ nIdx ] < nMin ) in NoteRange()
293 ++nIdx; in NoteRange()
294 sal_Bool bOdd = nIdx % 2 ? sal_True : sal_False; in NoteRange()
296 if( nIdx == nCount || ( !bOdd && nMax < (*pLongArr)[ nIdx ] ) ) in NoteRange()
298 pLongArr->Insert( nMin, nIdx ); in NoteRange()
299 pLongArr->Insert( nMax, nIdx + 1 ); in NoteRange()
300 aBoolArr.insert( aBoolArr.begin() + nIdx / 2, bToggle ); in NoteRange()
304 sal_uInt16 nMaxIdx = nIdx; in NoteRange()
308 --nIdx; in NoteRange()
[all …]
/trunk/main/sw/source/core/swg/
H A Dswblocks.cxx206 sal_uInt16 nIdx = GetIndex( rShort ); in AddName() local
207 if( nIdx != (sal_uInt16) -1 ) in AddName()
208 aNames.DeleteAndDestroy( nIdx ); in AddName()
515 sal_uInt16 nIdx = (sal_uInt16)-1; in Rename() local
518 pImp->nCur = nIdx; in Rename()
548 nIdx = pImp->GetIndex( aNew ); in Rename()
550 return nIdx; in Rename()
633 sal_uInt16 nIdx = (sal_uInt16)-1; in PutDoc() local
655 nIdx = pImp->nCur; in PutDoc()
657 return nIdx; in PutDoc()
[all …]
H A DSwXMLTextBlocks.cxx152 sal_uInt16 nIdx = GetIndex( rShort ); in AddName() local
154 if( nIdx != (sal_uInt16) -1 ) in AddName()
155 aNames.DeleteAndDestroy( nIdx ); in AddName()
168 sal_uInt16 nIdx = GetIndex( rShort ); in AddName() local
169 if( nIdx != (sal_uInt16) -1 ) in AddName()
170 aNames.DeleteAndDestroy( nIdx ); in AddName()
201 sal_uLong SwXMLTextBlocks::Rename( sal_uInt16 nIdx, const String& rNewShort, const String& ) in Rename() argument
206 String aOldName (aNames[ nIdx ]->aPackageName); in Rename()
209 if (IsOnlyTextBlock ( nIdx ) ) in Rename()
252 sal_uInt16 nIdx = 0; in CopyBlock() local
[all …]
/trunk/main/sfx2/source/view/
H A Dorgmgr.cxx280 SfxObjectShellRef SfxOrganizeMgr::CreateObjectShell( sal_uInt16 nIdx ) in CreateObjectShell() argument
291 _FileListEntry* pEntry = (*pImpl->pDocList)[nIdx]; in CreateObjectShell()
342 sal_Bool SfxOrganizeMgr::DeleteObjectShell(sal_uInt16 nIdx) in DeleteObjectShell() argument
354 return (*pImpl->pDocList)[nIdx]->DeleteObjectShell(); in DeleteObjectShell()
360 sal_uInt16 nIdx) in CreateObjectShell() argument
371 return pTemplates->CreateObjectShell(nRegion, nIdx); in CreateObjectShell()
376 sal_Bool SfxOrganizeMgr::DeleteObjectShell(sal_uInt16 nRegion, sal_uInt16 nIdx) in DeleteObjectShell() argument
390 return pTemplates->DeleteObjectShell(nRegion, nIdx); in DeleteObjectShell()
478 sal_uInt16 nRegion, sal_uInt16 nIdx) in Delete() argument
506 if ( USHRT_MAX == nIdx ) in Delete()
[all …]
/trunk/main/sw/source/core/view/
H A Dprintdata.cxx219 int nIdx = 0; in SwPrintUIOptions() local
226 …m_aUIProperties[ nIdx++ ].Value = getGroupControlOpt( aAppGroupname, rtl::OUString( RTL_CONSTASCII… in SwPrintUIOptions()
229 …m_aUIProperties[ nIdx++ ].Value = getSubgroupControlOpt( aLocalizedStrings.GetString( 1 ), rtl::OU… in SwPrintUIOptions()
233 m_aUIProperties[ nIdx++ ].Value = getBoolControlOpt( aLocalizedStrings.GetString( 2 ), in SwPrintUIOptions()
240 m_aUIProperties[ nIdx++ ].Value = getBoolControlOpt( aLocalizedStrings.GetString( 3 ), in SwPrintUIOptions()
248 m_aUIProperties[ nIdx++ ].Value = getBoolControlOpt( aLocalizedStrings.GetString( 4 ), in SwPrintUIOptions()
255 m_aUIProperties[ nIdx++ ].Value = getBoolControlOpt( aLocalizedStrings.GetString( 5 ), in SwPrintUIOptions()
263 m_aUIProperties[ nIdx++ ].Value = getBoolControlOpt( aLocalizedStrings.GetString( 6 ), in SwPrintUIOptions()
269 …m_aUIProperties[ nIdx++ ].Value = getSubgroupControlOpt( aLocalizedStrings.GetString( 7 ), rtl::OU… in SwPrintUIOptions()
273 m_aUIProperties[ nIdx++ ].Value = getBoolControlOpt( aLocalizedStrings.GetString( 8 ), in SwPrintUIOptions()
[all …]
/trunk/main/starmath/source/
H A Dtoolbox.cxx73 sal_Int16 nIdx = -1; in GetToolBoxCategoriesIndex() local
76 case RID_UNBINOPS_CAT : nIdx = 0; break; in GetToolBoxCategoriesIndex()
77 case RID_RELATIONS_CAT : nIdx = 1; break; in GetToolBoxCategoriesIndex()
78 case RID_SETOPERATIONS_CAT : nIdx = 2; break; in GetToolBoxCategoriesIndex()
79 case RID_FUNCTIONS_CAT : nIdx = 3; break; in GetToolBoxCategoriesIndex()
80 case RID_OPERATORS_CAT : nIdx = 4; break; in GetToolBoxCategoriesIndex()
81 case RID_ATTRIBUTES_CAT : nIdx = 5; break; in GetToolBoxCategoriesIndex()
82 case RID_BRACKETS_CAT : nIdx = 6; break; in GetToolBoxCategoriesIndex()
83 case RID_FORMAT_CAT : nIdx = 7; break; in GetToolBoxCategoriesIndex()
84 case RID_MISC_CAT : nIdx = 8; break; in GetToolBoxCategoriesIndex()
[all …]
/trunk/main/sw/source/filter/ww8/
H A Dww8scan.cxx1181 void WW8PLCFx_PCD::SetIdx( sal_uLong nIdx ) in SetIdx() argument
1184 pPcdI->SetIdx( nIdx ); in SetIdx()
1299 short nIdx,nSpace; in DetermineBorderProperties() local
1307 nIdx = (aBrc1 & 0x18) >> 3; in DetermineBorderProperties()
1312 nIdx = 1; in DetermineBorderProperties()
1314 nMSTotalWidth = nMSTotalWidth * nIdx * 15; in DetermineBorderProperties()
1318 nIdx = aBits1[1]; in DetermineBorderProperties()
1326 switch (nIdx) in DetermineBorderProperties()
1495 *pIdx = nIdx; in DetermineBorderProperties()
2208 : nIdx(0), nStru(nStruct) in WW8PLCFspecial()
[all …]
H A Dww8scan.hxx214 long nIdx; ///< Merker, wo wir gerade sind member in WW8PLCFspecial
221 long GetIdx() const { return nIdx; } in GetIdx()
222 void SetIdx( long nI ) { nIdx = nI; } in SetIdx()
228 { return ( nIdx >= nIMax ) ? SAL_MAX_INT32 : pPLCF_PosArray[nIdx]; } in Where()
230 bool GetData(long nIdx, WW8_CP& rPos, void*& rpValue) const;
240 WW8PLCFspecial& operator ++( int ) { nIdx++; return *this; } in operator ++()
241 WW8PLCFspecial& operator --( int ) { nIdx--; return *this; } in operator --()
281 sal_Int32 nIdx; member in WW8PLCF
307 sal_Int32 GetIdx() const { return nIdx; } in GetIdx()
308 void SetIdx( sal_Int32 nI ) { nIdx = nI; } in SetIdx()
[all …]
/trunk/main/tools/source/inet/
H A Dinetmsg.cxx552 sal_uIntPtr nIdx = LIST_APPEND; in SetHeaderField() local
568 nIdx = INETMSG_RFC822_BCC; in SetHeaderField()
577 nIdx = INETMSG_RFC822_DATE; in SetHeaderField()
582 nIdx = INETMSG_RFC822_FROM; in SetHeaderField()
587 nIdx = INETMSG_RFC822_IN_REPLY_TO; in SetHeaderField()
592 nIdx = INETMSG_RFC822_KEYWORDS; in SetHeaderField()
597 nIdx = INETMSG_RFC822_MESSAGE_ID; in SetHeaderField()
611 nIdx = INETMSG_RFC822_TO; in SetHeaderField()
634 nIdx = INETMSG_RFC822_REFERENCES; in SetHeaderField()
639 nIdx = INETMSG_RFC822_REPLY_TO; in SetHeaderField()
[all …]
/trunk/main/sw/source/core/inc/
H A Ddrawdev.hxx52 const sal_uInt16 nIdx = 0,
56 const sal_uInt16 nIdx = 0,
61 const sal_uInt16 nIdx = 0,
76 const sal_uInt16 nIdx, const sal_uInt16 nLen ) in DrawText() argument
79 pOut->DrawText( rStart, rTxt, nIdx, nLen ); in DrawText()
81 pOut->DrawText( rStart - *pPos, rTxt, nIdx, nLen ); in DrawText()
89 const String& rTxt, const sal_uInt16 nIdx, const sal_uInt16 nLen ) in DrawStretchText() argument
92 pOut->DrawStretchText( rStart, nWidth, rTxt, nIdx, nLen ); in DrawStretchText()
94 pOut->DrawStretchText( rStart - *pPos, nWidth, rTxt, nIdx, nLen ); in DrawStretchText()
102 long *pKernArray, const sal_uInt16 nIdx, const sal_uInt16 nLen ) in DrawTextArray() argument
[all …]
/trunk/main/oox/source/drawingml/diagram/
H A Dlayoutnodecontext.cxx176 sal_Int32 nIdx = LayoutNodeContext::tagToVarIdx( getBaseToken( aElement ) ); in createFastChildContext() local
177 if( nIdx != -1 ) in createFastChildContext()
179 mVariables[ nIdx ] = makeAny( xAttribs->getOptionalValue( XML_val ) ); in createFastChildContext()
224 sal_Int32 nIdx = -1; in tagToVarIdx() local
228 nIdx = LayoutNode::VAR_animLvl; in tagToVarIdx()
231 nIdx = LayoutNode::VAR_animOne; in tagToVarIdx()
234 nIdx = LayoutNode::VAR_bulletEnabled; in tagToVarIdx()
237 nIdx = LayoutNode::VAR_chMax; in tagToVarIdx()
240 nIdx = LayoutNode::VAR_chPref; in tagToVarIdx()
243 nIdx = LayoutNode::VAR_dir; in tagToVarIdx()
[all …]
/trunk/main/sfx2/inc/sfx2/
H A Ddoctempl.hxx71 sal_Bool IsRegionLoaded( sal_uInt16 nIdx ) const;
73 const String& GetRegionName(sal_uInt16 nIdx) const; //dv!
74 String GetFullRegionName(sal_uInt16 nIdx) const;
79 const String& GetName(sal_uInt16 nRegion, sal_uInt16 nIdx) const; //dv!
80 String GetFileName(sal_uInt16 nRegion, sal_uInt16 nIdx) const;
81 String GetPath(sal_uInt16 nRegion, sal_uInt16 nIdx) const;
107 sal_Bool Delete(sal_uInt16 nRegion, sal_uInt16 nIdx);
109 sal_Bool SetName(const String &rName, sal_uInt16 nRegion, sal_uInt16 nIdx);
111 sal_Bool CopyTo(sal_uInt16 nRegion, sal_uInt16 nIdx, const String &rName) const;
112 sal_Bool CopyFrom(sal_uInt16 nRegion, sal_uInt16 nIdx, String &rName);
[all …]
/trunk/main/o3tl/inc/o3tl/
H A Dvector_pool.hxx54 std::ptrdiff_t nIdx=mnFirstFreeIndex; in store() local
56 this->at(nIdx).value = rCopy; in store()
57 this->at(nIdx).nextFree = -1; in store()
59 return nIdx; in store()
68 void free( std::ptrdiff_t nIdx ) in free() argument
70 this->at(nIdx).nextFree = mnFirstFreeIndex; in free()
71 mnFirstFreeIndex = nIdx; in free()
74 const ValueType& get( std::ptrdiff_t nIdx ) const in get()
76 return this->operator[](nIdx).value; in get()
78 ValueType& get( std::ptrdiff_t nIdx ) in get() argument
[all …]
/trunk/main/sw/source/core/bastyp/
H A Dindex.cxx99 SwIndex::SwIndex(SwIndexReg *const pArr, xub_StrLen const nIdx) in SwIndex() argument
100 : nIndex( nIdx ), pArray( pArr ), pNext( 0 ), pPrev( 0 ) in SwIndex()
110 else if( nIdx > ((pArray->pLast->nIndex - pArray->pFirst->nIndex) / 2) ) in SwIndex()
111 ChgValue( *pArray->pLast, nIdx ); in SwIndex()
113 ChgValue( *pArray->pFirst, nIdx ); in SwIndex()
122 SwIndex::SwIndex( const SwIndex& rIdx, short nIdx ) in SwIndex() argument
125 ChgValue( rIdx, rIdx.nIndex + nIdx ); in SwIndex()
317 SwIndex& SwIndex::Assign( SwIndexReg* pArr, xub_StrLen nIdx ) in Assign() argument
322 nIdx = 0; // steht immer auf 0 !!! in Assign()
333 nIndex = nIdx; in Assign()
[all …]
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/graphical/
H A DFileHelper.java123 int nIdx = _sFilename.lastIndexOf("\\"); in getBasename() local
124 if (nIdx == -1) in getBasename()
126 nIdx = _sFilename.lastIndexOf("/"); in getBasename()
128 if (nIdx > 0) in getBasename()
130 return _sFilename.substring(nIdx + 1); in getBasename()
141 int nIdx = _sFilename.lastIndexOf("."); in getNameNoSuffix() local
142 if (nIdx > 0) in getNameNoSuffix()
144 return _sFilename.substring(0, nIdx); in getNameNoSuffix()
155 int nIdx = _sFilename.lastIndexOf("."); in getSuffix() local
156 if (nIdx > 0) in getSuffix()
[all …]
/trunk/main/sfx2/source/doc/
H A Ddoctempl.cxx320 sal_uInt16 nIdx // Index des Bereiches in GetFullRegionName()
340 RegionData_Impl *pData1 = pImp->GetRegion( nIdx ); in GetFullRegionName()
357 sal_uInt16 nIdx // Index des Bereiches in GetRegionName()
377 RegionData_Impl *pData = pImp->GetRegion( nIdx ); in GetRegionName()
451 sal_Bool SfxDocumentTemplates::IsRegionLoaded( sal_uInt16 nIdx ) const in IsRegionLoaded()
458 RegionData_Impl *pData = pImp->GetRegion( nIdx ); in IsRegionLoaded()
539 sal_uInt16 nIdx // Index des Eintrags in GetName()
564 pEntry = pRegion->GetEntry( nIdx ); in GetName()
582 sal_uInt16 nIdx // Index des Eintrags in GetFileName()
602 pEntry = pRegion->GetEntry( nIdx ); in GetFileName()
[all …]

12345678910>>...17