Home
last modified time | relevance | path

Searched refs:nPos (Results 126 – 150 of 1846) sorted by relevance

12345678910>>...74

/trunk/main/svtools/source/contnr/
H A Dtreelist.cxx413 sal_uLong nPos; in Move() local
418 nPos = 0UL; in Move()
447 nPos = 0UL; in Copy()
474 nPos = 0UL; in InsertTree()
872 nPos++; in GetVisibleCount()
883 return nPos; in GetVisibleCount()
1139 nPos++; in NextSibling()
1155 nPos--; in PrevSibling()
1266 if( nPos != LIST_APPEND && (nPos != (pList->Count()-1)) ) in Insert()
1312 nPos++; in SetAbsolutePositions()
[all …]
H A Dsvtabbx.cxx259 pParent, sal_False, nPos, pUser ); in InsertEntryToColumn()
390 sal_uLong nPos = 0; in GetEntryPos() local
396 return nPos; in GetEntryPos()
398 nPos++; in GetEntryPos()
405 sal_uLong nPos = 0; in GetEntryPos() local
410 return nPos; in GetEntryPos()
412 ++nPos; in GetEntryPos()
491 if ( nPos == _nEntryPos ) in GetEntryOnPos()
498 nPos++; in GetEntryOnPos()
694 return nPos; in Insert()
[all …]
/trunk/main/bridges/source/cpp_uno/gcc3_linux_m68k/
H A Duno2cpp.cxx211 for ( sal_Int32 nPos = 0; nPos < nParams; ++nPos ) in cpp_call() local
220 uno_copyAndConvertData( pCppArgs[nPos] = alloca(8), pUnoArgs[nPos], in cpp_call()
230 INSERT_INT64( pCppArgs[nPos], pStack ); in cpp_call()
236 fprintf(stderr, "long is %x\n", pCppArgs[nPos]); in cpp_call()
238 INSERT_INT32( pCppArgs[nPos], pStack ); in cpp_call()
243 INSERT_INT16( pCppArgs[nPos], pStack ); in cpp_call()
247 INSERT_INT8( pCppArgs[nPos], pStack ); in cpp_call()
250 INSERT_FLOAT( pCppArgs[nPos], pStack ); in cpp_call()
253 INSERT_DOUBLE( pCppArgs[nPos], pStack ); in cpp_call()
284 pCppArgs[nPos] = pUnoArgs[nPos]; in cpp_call()
[all …]
/trunk/main/l10ntools/source/
H A Dlngmerge.cxx123 sal_uLong nPos = 0; in CreateSDF() local
224 sal_uLong nPos = 0; in Merge() local
241 nPos ++; in Merge()
268 nPos ++; in Merge()
281 pLines->Remove( nPos ); in Merge()
303 nLastLangPos = nPos; in Merge()
304 nPos ++; in Merge()
308 nLastLangPos = nPos; in Merge()
309 nPos ++; in Merge()
314 nPos++; in Merge()
[all …]
/trunk/main/sc/source/ui/dbgui/
H A Dcsvgrid.cxx179 sal_Int32 nNewPos = nPos; in GetNoScrollCol()
266 if( ImplInsertSplit( nPos ) ) in InsertSplit()
281 if( ImplRemoveSplit( nPos ) ) in RemoveSplit()
301 maSplits.Remove( nPos ); in MoveSplit()
311 ImplRemoveSplit( nPos ); in MoveSplit()
416 return ((GetFirstVisPos() <= nPos) && (nPos <= GetLastVisPos())) ? in GetColumnFromX()
422 return maSplits.UpperBound( nPos ); in GetColumnFromPos()
868 nPos = Max( Min( nPos, GetPosCount() - sal_Int32( 1 ) ), sal_Int32( 0 ) ); in Tracking()
1263 sal_Int32 nPos = GetFirstVisPos(); in ImplDrawHorzScrolled() local
1275 if( nPos < nOldPos ) in ImplDrawHorzScrolled()
[all …]
/trunk/main/i18npool/source/characterclassification/
H A DcharacterclassificationImpl.cxx52 CharacterClassificationImpl::toUpper( const OUString& Text, sal_Int32 nPos, in toUpper() argument
59 CharacterClassificationImpl::toLower( const OUString& Text, sal_Int32 nPos, in toLower() argument
66 CharacterClassificationImpl::toTitle( const OUString& Text, sal_Int32 nPos, in toTitle() argument
73 CharacterClassificationImpl::getType( const OUString& Text, sal_Int32 nPos ) in getType() argument
77 return xUCI->getType(Text, nPos); in getType()
86 return xUCI->getCharacterDirection(Text, nPos); in getCharacterDirection()
91 CharacterClassificationImpl::getScript( const OUString& Text, sal_Int32 nPos ) in getScript() argument
95 return xUCI->getScript(Text, nPos); in getScript()
107 CharacterClassificationImpl::getStringType( const OUString& Text, sal_Int32 nPos, in getStringType() argument
114 const OUString& Text, sal_Int32 nPos, const Locale& rLocale, in parseAnyToken() argument
[all …]
/trunk/main/framework/source/uielement/
H A Dstatusbarmerger.cxx107 sal_uInt16 nPos, in lcl_CreateStatusbarItem() argument
115 nPos ); in lcl_CreateStatusbarItem()
128 sal_uInt16 nPos, in lcl_MergeItems() argument
142 sal_uInt16 nInsPos = nPos + nModIndex + i; in lcl_MergeItems()
154 sal_uInt16 nPos, in lcl_ReplaceItem() argument
164 sal_uInt16 nPos, in lcl_RemoveItems() argument
172 if ( nPos < pStatusbar->GetItemCount() ) in lcl_RemoveItems()
173 pStatusbar->RemoveItem( nPos ); in lcl_RemoveItems()
206 for ( sal_uInt16 nPos = 0; nPos < pStatusbar->GetItemCount(); nPos++ ) in FindReferencePos() local
210 return nPos; in FindReferencePos()
[all …]
/trunk/main/cui/source/tabpages/
H A Dtpbitmap.cxx176 sal_uInt16 nPos; in ActivatePage() local
193 nPos = aLbColor.GetSelectEntryPos(); in ActivatePage()
199 else if( nCount <= nPos ) in ActivatePage()
202 aLbColor.SelectEntryPos( nPos ); in ActivatePage()
211 else if( nCount <= nPos ) in ActivatePage()
343 if(LISTBOX_ENTRY_NOTFOUND != nPos) in IMPL_LINK()
470 if( nPos != LISTBOX_ENTRY_NOTFOUND ) in CheckChanges_Impl()
516 if( nPos != LISTBOX_ENTRY_NOTFOUND ) in CheckChanges_Impl()
517 *pPos = nPos; in CheckChanges_Impl()
801 if( nPos != LISTBOX_ENTRY_NOTFOUND ) in IMPL_LINK()
[all …]
H A Dtabstpge.cxx561 if ( nPos == COMBOBOX_ENTRY_NOTFOUND ) in IMPL_LINK()
571 aTabBox.RemoveEntry( nPos ); in IMPL_LINK()
572 aNewTabs.Remove( nPos ); in IMPL_LINK()
580 nPos = ( ( nSize - 1 ) >= nPos) ? nPos : nPos - 1; in IMPL_LINK()
582 aAktTab = aNewTabs[nPos]; in IMPL_LINK()
643 aNewTabs.Remove( nPos ); in IMPL_LINK()
674 aNewTabs.Remove( nPos ); in IMPL_LINK()
692 aNewTabs.Remove( nPos ); in IMPL_LINK()
709 aNewTabs.Remove( nPos ); in IMPL_LINK()
722 aAktTab = aNewTabs[nPos]; in IMPL_LINK()
[all …]
/trunk/main/rsc/inc/
H A Drsctools.hxx103 sal_uInt16 GetShort( sal_uInt32 nPos ) in GetShort() argument
112 sal_uInt32 GetLong( sal_uInt32 nPos ) in GetLong() argument
123 char * GetUTF8( sal_uInt32 nPos ) in GetUTF8() argument
125 return GetPointer( nPos ); in GetUTF8()
177 void PutAt( sal_uInt32 nPos, sal_Int32 lVal ) in PutAt() argument
188 PutAt( nPos, aVal16[1] ); in PutAt()
189 PutAt( nPos + 2, aVal16[0] ); in PutAt()
193 PutAt( nPos, aVal16[0] ); in PutAt()
194 PutAt( nPos + 2, aVal16[1] ); in PutAt()
201 void PutAt( sal_uInt32 nPos, short nVal ) in PutAt() argument
[all …]
/trunk/main/svl/inc/svl/
H A Dcntnrsrt.hxx68 Type *Remove( sal_uLong nPos ) \
69 { return (Type *)Container::Remove( nPos ); } \
73 void DeleteAndDestroy( sal_uLong nPos ) \
75 Type *pObj = Remove( nPos ); \
83 Type* GetObject( sal_uLong nPos ) const \
84 { return (Type *)Container::GetObject( nPos ); } \
86 Type* operator[]( sal_uLong nPos ) const \
87 { return GetObject(nPos); } \
116 Container::Insert( pObj, nPos ); \
124 return Remove( nPos ); \
[all …]
/trunk/main/bridges/source/cpp_uno/gcc3_freebsd_powerpc64/
H A Duno2cpp.cxx306 for ( sal_Int32 nPos = 0; nPos < nParams; ++nPos ) in cpp_call() local
308 const typelib_MethodParameter & rParam = pParams[nPos]; in cpp_call()
320 uno_copyAndConvertData( pCppArgs[nPos] = pStack, pUnoArgs[nPos], pParamTypeDescr, in cpp_call()
327 fprintf(stderr, "hyper is %lx\n", pCppArgs[nPos]); in cpp_call()
335 fprintf(stderr, "long is %x\n", pCppArgs[nPos]); in cpp_call()
372 pCppArgs[nPos] = alloca( pParamTypeDescr->nSize ), in cpp_call()
385 pCppArgs[nPos] = alloca( pParamTypeDescr->nSize ), in cpp_call()
388 pTempIndizes[nTempIndizes] = nPos; // has to be reconverted in cpp_call()
395 fprintf(stderr, "that one, passing %lx through\n", pUnoArgs[nPos]); in cpp_call()
397 pCppArgs[nPos] = pUnoArgs[nPos]; in cpp_call()
[all …]
/trunk/main/bridges/source/cpp_uno/gcc3_linux_powerpc64/
H A Duno2cpp.cxx306 for ( sal_Int32 nPos = 0; nPos < nParams; ++nPos ) in cpp_call() local
308 const typelib_MethodParameter & rParam = pParams[nPos]; in cpp_call()
320 uno_copyAndConvertData( pCppArgs[nPos] = pStack, pUnoArgs[nPos], pParamTypeDescr, in cpp_call()
327 fprintf(stderr, "hyper is %lx\n", pCppArgs[nPos]); in cpp_call()
335 fprintf(stderr, "long is %x\n", pCppArgs[nPos]); in cpp_call()
372 pCppArgs[nPos] = alloca( pParamTypeDescr->nSize ), in cpp_call()
385 pCppArgs[nPos] = alloca( pParamTypeDescr->nSize ), in cpp_call()
388 pTempIndizes[nTempIndizes] = nPos; // has to be reconverted in cpp_call()
395 fprintf(stderr, "that one, passing %lx through\n", pUnoArgs[nPos]); in cpp_call()
397 pCppArgs[nPos] = pUnoArgs[nPos]; in cpp_call()
[all …]
/trunk/main/cppuhelper/source/
H A Dcomponent_context.cxx123 for ( sal_Int32 nPos = 0; nPos < nDescr; ++nPos ) in val2str() local
125 buf.append( ppMemberNames[ nPos ] ); in val2str()
131 if (nPos < (nDescr -1)) in val2str()
156 for ( sal_Int32 nPos = 0; nPos < nElements; ++nPos ) in val2str() local
159 if (nPos < (nElements -1)) in val2str()
196 while (nPos--) in val2str()
201 if (nPos >= 0) in val2str()
767 for ( sal_Int32 nPos = 0; nPos < nEntries; ++nPos ) in ComponentContext() local
877 for (sal_Int32 nPos = 0; nPos < nEntries; ++ nPos) in createComponentContext() local
879 mapped_entries[nPos].bLateInitService = pEntries[nPos].bLateInitService; in createComponentContext()
[all …]
/trunk/main/dbaccess/source/ui/dlg/
H A Dqueryfilter.cxx322 sal_uInt16 nPos; in GetSelectionPos() local
326 nPos = 0; in GetSelectionPos()
329 nPos = 1; in GetSelectionPos()
332 nPos = 2; in GetSelectionPos()
335 nPos = 3; in GetSelectionPos()
338 nPos = 4; in GetSelectionPos()
341 nPos = 5; in GetSelectionPos()
357 nPos = 0; in GetSelectionPos()
360 return nPos; in GetSelectionPos()
860 _rValues[nPos].realloc( _rValues[nPos].getLength() + 1); in IMPL_LINK_INLINE_END()
[all …]
/trunk/main/sc/source/filter/excel/
H A Dxetable.cxx411 for( size_t nPos = 0, nSize = maTableopList.GetSize(); !xRec && (nPos < nSize); ++nPos ) in CreateOrExtendTableop() local
428 for( size_t nPos = 0, nSize = maTableopList.GetSize(); nPos < nSize; ++nPos ) in Finalize() local
1692 for( nPos = 0; nPos < maColInfos.GetSize(); ++nPos ) in Finalize()
1712 for( nPos = 0, nSize = maColInfos.GetSize(); nPos < nSize; ++nPos ) in Finalize()
1733 nPos = 0; in Finalize()
1871 for( nPos = 0, nSize = maCellList.GetSize(); nPos < nSize; ++nPos ) in Finalize()
2126 for( nPos = 0, nSize = maRowList.GetSize(); nPos < nSize; ++nPos ) in Finalize()
2161 for( nPos = 0; nPos < nSize; ++nPos ) in Finalize()
2190 for( nPos = 0, nSize = maRowList.GetSize(); nPos < nSize; ++nPos ) in Finalize()
2241 for( nPos = nBlockStart; nPos < nBlockEnd; ++nPos ) in Save()
[all …]
/trunk/main/tools/source/stream/
H A Dstream.cxx347 m_nSize = nPos; in Seek()
404 nActPos = nPos; in SeekPos()
1227 if ( nPos >= 0 ) in SeekRel()
2515 nPos = 0L; in SvMemoryStream()
2535 nPos = 0; in SvMemoryStream()
2611 nPos = 0; in SetBuffer()
2642 nPos += nCount; in GetData()
2705 nPos += nCount; in PutData()
2754 return nPos; in SeekPos()
2852 nPos = 0; in ReAllocateMemory()
[all …]
/trunk/main/cli_ure/source/climaker/
H A Dclimaker_app.cxx273 for ( size_t nPos = registries.size(); nPos--; ) in open_registries() local
279 xReg->open( registries[ nPos ], sal_True, sal_False ); in open_registries()
283 OUSTR("invalid registry: ") + registries[ nPos ], in open_registries()
367 for ( sal_uInt32 nPos = 0; nPos < nCount; ) in SAL_IMPLEMENT_MAIN() local
370 if (is_option( info_help, &nPos )) in SAL_IMPLEMENT_MAIN()
375 else if (read_argument( &cmd_arg, info_types, &nPos )) in SAL_IMPLEMENT_MAIN()
385 else if (read_argument( &cmd_arg, info_extra, &nPos )) in SAL_IMPLEMENT_MAIN()
406 if ( osl_getCommandArg( nPos, &cmd_arg.pData ) != in SAL_IMPLEMENT_MAIN()
411 ++nPos; in SAL_IMPLEMENT_MAIN()
449 ++nPos; in SAL_IMPLEMENT_MAIN()
[all …]
/trunk/main/svl/source/config/
H A Dsrchcfg.cxx232 const SvxSearchEngineData& SvxSearchConfig::GetData(sal_uInt16 nPos) in GetData() argument
235 return *pImpl->aEngineArr[nPos]; in GetData()
242 for(sal_uInt16 nPos = 0; nPos < pImpl->aEngineArr.Count(); nPos++) in GetData() local
244 if(pImpl->aEngineArr[nPos]->sEngineName == rEngineName) in GetData()
245 return pImpl->aEngineArr[nPos]; in GetData()
254 for(sal_uInt16 nPos = 0; nPos < pImpl->aEngineArr.Count(); nPos++) in SetData() local
258 if((*pImpl->aEngineArr[nPos]) == rData) in SetData()
260 pImpl->aEngineArr.DeleteAndDestroy(nPos, 1); in SetData()
273 for(sal_uInt16 nPos = 0; nPos < pImpl->aEngineArr.Count(); nPos++) in RemoveData() local
275 if(pImpl->aEngineArr[nPos]->sEngineName == rEngineName) in RemoveData()
[all …]
/trunk/main/bridges/source/cpp_uno/msvc_win64_x86-64/
H A Duno2cpp.cxx97 for ( sal_Int32 nPos = 0; nPos < nParams; ++nPos ) in cpp_call() local
99 const typelib_MethodParameter & rParam = pParams[nPos]; in cpp_call()
105 uno_copyAndConvertData( pCppArgs[nPos] = alloca( 8 ), pUnoArgs[nPos], pParamTypeDescr, in cpp_call()
112 *pStack++ = *(sal_uInt64*)&pCppArgs[nPos]; in cpp_call()
117 *pStack++ = *(sal_uInt32*)&pCppArgs[nPos]; in cpp_call()
122 *pStack++ = *(sal_uInt16*)&pCppArgs[nPos]; in cpp_call()
126 *pStack++ = *(sal_uInt8*)&pCppArgs[nPos]; in cpp_call()
144 pCppArgs[nPos] = alloca( pParamTypeDescr->nSize ), in cpp_call()
154 pCppArgs[nPos] = alloca( pParamTypeDescr->nSize ), in cpp_call()
163 pCppArgs[nPos] = pUnoArgs[nPos]; in cpp_call()
[all …]
/trunk/main/bridges/source/cpp_uno/gcc3_linux_hppa/
H A Duno2cpp.cxx231 for ( sal_Int32 nPos = 0; nPos < nParams; ++nPos ) in cpp_call() local
233 const typelib_MethodParameter & rParam = pParams[nPos]; in cpp_call()
239 uno_copyAndConvertData( pCppArgs[nPos] = alloca(8), pUnoArgs[nPos], in cpp_call()
255 fprintf(stderr, "long is %x\n", pCppArgs[nPos]); in cpp_call()
257 INSERT_INT32( pCppArgs[nPos], nRegs, pGPR, pStack, bOverFlow ); in cpp_call()
266 INSERT_INT8( pCppArgs[nPos], nRegs, pGPR, pStack, bOverFlow ); in cpp_call()
286 pCppArgs[nPos] = alloca( pParamTypeDescr->nSize ), in cpp_call()
296 pCppArgs[nPos] = alloca( pParamTypeDescr->nSize ), in cpp_call()
299 pTempIndizes[nTempIndizes] = nPos; // has to be reconverted in cpp_call()
305 pCppArgs[nPos] = pUnoArgs[nPos]; in cpp_call()
[all …]
/trunk/main/xmloff/source/style/
H A Dfonthdl.cxx78 sal_Int32 nPos = 0; in importXML() local
83 nPos = SvXMLUnitConverter::indexOfComma( rStrImpValue, nPos ); in importXML()
84 sal_Int32 nLast = (-1 == nPos ? rStrImpValue.getLength() : nPos); in importXML()
113 if( -1 != nPos ) in importXML()
114 nPos++; in importXML()
116 while( -1 != nPos ); in importXML()
139 nPos = aStrFamilyName.indexOf( sal_Unicode(';'), nPos ); in exportXML()
140 sal_Int32 nLast = (-1 == nPos ? aStrFamilyName.getLength() : nPos); in exportXML()
144 if( -1L != nPos ) in exportXML()
145 nPos++; in exportXML()
[all …]
/trunk/main/bridges/source/cpp_uno/gcc3_linux_ia64/
H A Dcpp2uno.cxx113 for ( sal_Int32 nPos = 0; nPos < nParams; ++nPos ) in cpp2uno_call() local
137 pCppArgs[nPos] = pUnoArgs[nPos] = fpreg++; in cpp2uno_call()
144 pCppArgs[nPos] = pUnoArgs[nPos] = ovrflw; in cpp2uno_call()
152 pCppArgs[nPos] = pUnoArgs[nPos] = fpreg++; in cpp2uno_call()
159 pCppArgs[nPos] = pUnoArgs[nPos] = ovrflw; in cpp2uno_call()
175 pCppArgs[nPos] = pUnoArgs[nPos] = gpreg++; in cpp2uno_call()
180 pCppArgs[nPos] = pUnoArgs[nPos] = ovrflw; in cpp2uno_call()
199 pCppArgs[nPos] = pCppStack = *gpreg++; in cpp2uno_call()
204 pCppArgs[nPos] = pCppStack = *ovrflw; in cpp2uno_call()
213 pTempIndizes[nTempIndizes] = nPos; in cpp2uno_call()
[all …]
/trunk/main/cui/source/dialogs/
H A Dlinkdlg.cxx190 sal_uInt16 nPos; in IMPL_LINK() local
242 sal_uInt16 nPos; in IMPL_LINK_INLINE_END() local
255 sal_uInt16 nPos; in IMPL_LINK_INLINE_END() local
398 sal_uInt16 nPos; in IMPL_LINK() local
413 sal_uInt16 nPos; in IMPL_LINK() local
440 SvLBoxEntry* pEntry = Links().GetEntry( nPos ? --nPos : 0 ); in IMPL_LINK()
506 for( sal_uLong nPos = Links().GetEntryCount(); nPos; ) in IMPL_LINK() local
524 sal_uInt16 nPos; in IMPL_LINK() local
525 GetSelEntry( &nPos ); in IMPL_LINK()
664 sal_uInt16 nPos; in GetSelEntry() local
[all …]
/trunk/main/tools/inc/tools/
H A Dpoly.hxx153 void SetPoint( const Point& rPt, sal_uInt16 nPos );
154 const Point& GetPoint( sal_uInt16 nPos ) const;
157 PolyFlags GetFlags( sal_uInt16 nPos ) const;
160 sal_Bool IsControl( sal_uInt16 nPos ) const;
161 sal_Bool IsSmooth( sal_uInt16 nPos ) const;
216 const Point& operator[]( sal_uInt16 nPos ) const { return GetPoint( nPos ); } in operator []()
217 Point& operator[]( sal_uInt16 nPos );
268 void Remove( sal_uInt16 nPos );
270 const Polygon& GetObject( sal_uInt16 nPos ) const;
315 const Polygon& operator[]( sal_uInt16 nPos ) const { return GetObject( nPos ); } in operator []()
[all …]

Completed in 206 milliseconds

12345678910>>...74