Home
last modified time | relevance | path

Searched refs:nPos (Results 201 – 225 of 1846) sorted by relevance

12345678910>>...74

/trunk/main/bridges/source/cpp_uno/s5abi_macosx_x86-64/
H A Duno2cpp.cxx310 for ( sal_Int32 nPos = 0; nPos < nParams; ++nPos ) in cpp_call() local
312 const typelib_MethodParameter & rParam = pParams[nPos]; in cpp_call()
318 uno_copyAndConvertData( pCppArgs[nPos] = alloca( 8 ), pUnoArgs[nPos], pParamTypeDescr, in cpp_call()
325 INSERT_INT64( pCppArgs[nPos], nGPR, pGPR, pStack ); in cpp_call()
330 INSERT_INT32( pCppArgs[nPos], nGPR, pGPR, pStack ); in cpp_call()
335 INSERT_INT16( pCppArgs[nPos], nGPR, pGPR, pStack ); in cpp_call()
339 INSERT_INT8( pCppArgs[nPos], nGPR, pGPR, pStack ); in cpp_call()
358 pCppArgs[nPos] = alloca( pParamTypeDescr->nSize ), in cpp_call()
368 pCppArgs[nPos] = alloca( pParamTypeDescr->nSize ), in cpp_call()
377 pCppArgs[nPos] = pUnoArgs[nPos]; in cpp_call()
[all …]
/trunk/main/dbaccess/source/ui/app/
H A DAppDetailPageHelper.cxx371 if ( nPos < E_ELEMENT_TYPE_COUNT ) in selectAll()
391 if ( nPos < E_ELEMENT_TYPE_COUNT ) in isSortUp()
402 if ( nPos < E_ELEMENT_TYPE_COUNT ) in sortDown()
403 sort(nPos,SortDescending); in sortDown()
409 if ( nPos < E_ELEMENT_TYPE_COUNT ) in sortUp()
410 sort(nPos,SortAscending); in sortUp()
416 if ( nPos < E_ELEMENT_TYPE_COUNT ) in getSelectionElementNames()
534 if ( nPos < E_ELEMENT_TYPE_COUNT ) in selectElements()
596 if ( nPos < E_ELEMENT_TYPE_COUNT ) in getSelectionCount()
613 if ( nPos < E_ELEMENT_TYPE_COUNT ) in getElementCount()
[all …]
/trunk/main/sw/source/ui/cctrl/
H A Dswlbox.cxx111 void SwComboBox::RemoveEntry(sal_uInt16 nPos) in RemoveEntry() argument
113 if(nPos >= aEntryLst.Count()) in RemoveEntry()
117 SwBoxEntry* pEntry = aEntryLst[nPos]; in RemoveEntry()
118 aEntryLst.Remove(nPos, 1); in RemoveEntry()
119 ComboBox::RemoveEntry(nPos); in RemoveEntry()
147 if(nPos < aEntryLst.Count()) in GetEntry()
148 return *aEntryLst[nPos]; in GetEntry()
166 if(nPos < aDelEntryLst.Count()) in GetRemovedEntry()
167 return *aDelEntryLst[nPos]; in GetRemovedEntry()
180 sal_uInt16 nPos = ComboBox::GetEntryPos(pEntry->aName); in InsertSorted() local
[all …]
/trunk/main/svx/source/items/
H A Dclipfmtitem.cxx143 if( nPos > pImpl->aFmtNms.Count() ) in AddClipbrdFormat()
144 nPos = pImpl->aFmtNms.Count(); in AddClipbrdFormat()
146 pImpl->aFmtNms.Insert( pStr, nPos ); in AddClipbrdFormat()
147 pImpl->aFmtIds.Insert( nId, nPos ); in AddClipbrdFormat()
151 sal_uInt16 nPos ) in AddClipbrdFormat() argument
153 if( nPos > pImpl->aFmtNms.Count() ) in AddClipbrdFormat()
154 nPos = pImpl->aFmtNms.Count(); in AddClipbrdFormat()
156 pImpl->aFmtNms.Insert( pStr, nPos ); in AddClipbrdFormat()
157 pImpl->aFmtIds.Insert( nId, nPos ); in AddClipbrdFormat()
167 return pImpl->aFmtIds[ nPos ]; in GetClipbrdFormatId()
[all …]
/trunk/main/sc/source/core/data/
H A Dsegmenttree.cxx56 ValueType getValue(SCCOLROW nPos);
58 bool getRangeData(SCCOLROW nPos, RangeData& rData);
123 maSegments.search(nPos, nValue); in getValue()
130 maSegments.search_tree(nPos, nValue); in getValue()
199 maSegments.shift_right(nPos, nSize, bSkipStartBoundary); in insertSegment()
213 nPos = (--itr)->first - 1; in findLastNotOf()
217 return nPos; in findLastNotOf()
289 if (nPos >= mnCurPos) in getValue()
291 mnCurPos = nPos; in getValue()
487 if (nPos >= mnCurPos) in getValue()
[all …]
/trunk/main/sw/source/core/doc/
H A Ddocftn.cxx208 for( sal_uInt16 nPos = 0; nPos < rFtnIdxs.Count(); ++nPos ) in Modify() local
210 SwTxtFtn *pTxtFtn = rFtnIdxs[ nPos ]; in Modify()
309 for( sal_uInt16 nPos = 0; nPos < rFtnIdxs.Count(); ++nPos ) in SetFtnInfo() local
311 SwTxtFtn *pTxtFtn = rFtnIdxs[ nPos ]; in SetFtnInfo()
380 for( sal_uInt16 nPos = 0; nPos < rFtnIdxs.Count(); ++nPos ) in SetEndNoteInfo() local
382 SwTxtFtn *pTxtFtn = rFtnIdxs[ nPos ]; in SetEndNoteInfo()
421 sal_uInt16 nPos; in SetCurFtn() local
422 rFtnArr.SeekEntry( pStt->nNode, &nPos ); in SetCurFtn()
435 sal_uInt16 n = nPos; // sichern in SetCurFtn()
436 while( nPos < rFtnArr.Count() && in SetCurFtn()
[all …]
/trunk/main/sw/source/core/text/
H A Dfrmcrsr.cxx845 if( nPos ) in _UnitUp()
978 nPos = nPos + pPor->GetLen(); in lcl_VisualMoveRecursion()
1047 nPos = nPos - pLast->GetLen(); in lcl_VisualMoveRecursion()
1061 nPos = nPos + pLast->GetLen(); in lcl_VisualMoveRecursion()
1111 if( nPos ) in PrepareVisualMove()
1153 if ( nPos < nStt + nLen ) in PrepareVisualMove()
1190 if ( nPos ) in PrepareVisualMove()
1191 --nPos; in PrepareVisualMove()
1194 ++nPos; in PrepareVisualMove()
1199 ++nPos; in PrepareVisualMove()
[all …]
/trunk/main/framework/source/uielement/
H A Dfontsizemenucontroller.cxx198 sal_uInt16 nPos = 0; in fillPopupMenu() local
218 m_pHeightArray[nPos] = nSize; in fillPopupMenu()
219 nPos++; // Id is nPos+1 in fillPopupMenu()
221 fPoint = float( m_pHeightArray[nPos-1] ) / 10; in fillPopupMenu()
237 m_pHeightArray[nPos] = *pTempAry; in fillPopupMenu()
238 nPos++; // Id is nPos+1 in fillPopupMenu()
240 fPoint = float( m_pHeightArray[nPos-1] ) / 10; in fillPopupMenu()
256 m_pHeightArray[nPos] = *pTempAry; in fillPopupMenu()
257 nPos++; // Id is nPos+1 in fillPopupMenu()
259 fPoint = float( m_pHeightArray[nPos-1] ) / 10; in fillPopupMenu()
[all …]
H A Dtoolbarmerger.cxx248 aResult.nPos = TOOLBOX_ITEM_NOTFOUND; in FindReferencePoint()
261 aResult.nPos = i; in FindReferencePoint()
324 sal_uInt16 nPos, in ProcessMergeOperation() argument
463 sal_uInt16 nPos, in MergeItems() argument
480 sal_Int32 nInsPos = nPos+nModIndex+i; in MergeItems()
556 sal_uInt16 nPos, in ReplaceItem() argument
562 pToolbar->RemoveItem( nPos ); in ReplaceItem()
593 sal_uInt16 nPos, in RemoveItems() argument
601 if ( nPos < pToolbar->GetItemCount() ) in RemoveItems()
602 pToolbar->RemoveItem( nPos ); in RemoveItems()
[all …]
/trunk/main/bridges/source/cpp_uno/gcc3_linux_sparc/
H A Duno2cpp.cxx331 for ( sal_Int32 nPos = 0; nPos < nParams; ++nPos ) in cpp_call() local
333 const typelib_MethodParameter & rParam = pParams[nPos]; in cpp_call()
338 pCppArgs[ nPos ] = CPPU_CURRENT_NAMESPACE::adjustPointer(pCppStack, pParamTypeDescr ); in cpp_call()
347 *reinterpret_cast< sal_Int32 const * >(pUnoArgs[ nPos ]); in cpp_call()
354 pCppArgs[nPos], pUnoArgs[nPos], pParamTypeDescr, in cpp_call()
367 *(void **)pCppStack = pCppArgs[nPos] = alloca( pParamTypeDescr->nSize ), in cpp_call()
369 pTempIndizes[nTempIndizes] = nPos; // default constructed for cpp call in cpp_call()
378 *(void **)pCppStack = pCppArgs[nPos] = alloca( pParamTypeDescr->nSize ), in cpp_call()
379 pUnoArgs[nPos], pParamTypeDescr, in cpp_call()
382 pTempIndizes[nTempIndizes] = nPos; // has to be reconverted in cpp_call()
[all …]
/trunk/main/bridges/source/cpp_uno/gcc3_solaris_sparc/
H A Duno2cpp.cxx326 for ( sal_Int32 nPos = 0; nPos < nParams; ++nPos ) in cpp_call() local
328 const typelib_MethodParameter & rParam = pParams[nPos]; in cpp_call()
333 pCppArgs[ nPos ] = CPPU_CURRENT_NAMESPACE::adjustPointer(pCppStack, pParamTypeDescr ); in cpp_call()
342 *reinterpret_cast< sal_Int32 const * >(pUnoArgs[ nPos ]); in cpp_call()
349 pCppArgs[nPos], pUnoArgs[nPos], pParamTypeDescr, in cpp_call()
362 *(void **)pCppStack = pCppArgs[nPos] = alloca( pParamTypeDescr->nSize ), in cpp_call()
364 pTempIndizes[nTempIndizes] = nPos; // default constructed for cpp call in cpp_call()
373 *(void **)pCppStack = pCppArgs[nPos] = alloca( pParamTypeDescr->nSize ), in cpp_call()
374 pUnoArgs[nPos], pParamTypeDescr, in cpp_call()
377 pTempIndizes[nTempIndizes] = nPos; // has to be reconverted in cpp_call()
[all …]
/trunk/main/sw/inc/
H A Dndhints.hxx105 { return m_HintStarts[nPos]; } in GetStart()
107 { return m_HintEnds [nPos]; } in GetEnd()
108 inline SwTxtAttr * GetStart( const sal_uInt16 nPos ) in GetStart() argument
109 { return m_HintStarts[nPos]; } in GetStart()
110 inline SwTxtAttr * GetEnd ( const sal_uInt16 nPos ) in GetEnd() argument
111 { return m_HintEnds [nPos]; } in GetEnd()
159 void DeleteAtPos( const sal_uInt16 nPos );
216 sal_uInt16 nPos; in GetStartOf() local
217 if ( !m_HintStarts.Seek_Entry( pHt, &nPos ) ) in GetStartOf()
219 nPos = USHRT_MAX; in GetStartOf()
[all …]
/trunk/main/sw/source/ui/fldui/
H A Dfldmgr.cxx435 for (sal_uInt16 nPos = rRange.nStart; nPos < rRange.nEnd; nPos++) in GetGroup() local
453 return aSwFlds[ nPos ].nTypeId; in GetTypeId()
578 if(nPos != USHRT_MAX) in GetSubTypes()
584 nCount = aSwFlds[nPos].nSubTypeEnd - aSwFlds[nPos].nSubTypeStart; in GetSubTypes()
679 if(nPos == USHRT_MAX) in GetFormatStr()
684 nStart = aSwFlds[nPos].nFmtBegin; in GetFormatStr()
745 sal_uInt16 nPos = GetPos( nTypeId ); in GetFormatId() local
1181 nPos = nExpPos; in InsertFld()
1183 nPos = nTablePos; in InsertFld()
1185 nPos = 0; in InsertFld()
[all …]
/trunk/main/cui/source/options/
H A Doptjava.cxx530 sal_Int32 nPos = 0; in AddFolder() local
543 nPos = i; in AddFolder()
796 if ( nPos != LISTBOX_ENTRY_NOTFOUND ) in IMPL_LINK()
806 if ( nPos != LISTBOX_ENTRY_NOTFOUND ) in IMPL_LINK()
808 m_aAssignedList.RemoveEntry( nPos ); in IMPL_LINK()
812 if ( nPos >= nCount ) in IMPL_LINK()
813 nPos = ( nCount - 1 ); in IMPL_LINK()
998 if ( nPos != LISTBOX_ENTRY_NOTFOUND ) in IMPL_LINK()
1000 m_aPathList.RemoveEntry( nPos ); in IMPL_LINK()
1004 if ( nPos >= nCount ) in IMPL_LINK()
[all …]
/trunk/main/sw/source/ui/utlui/
H A Dnumfmtlb.cxx241 sal_uInt16 nPos, i = 0; in SetFormatType() local
275 nPos = InsertEntry( sValue ); in SetFormatType()
288 SetEntryData( nPos, NULL ); in SetFormatType()
352 sal_uInt16 nPos = 0; in SetDefFormat() local
354 nPos++; in SetDefFormat()
384 nPos = InsertEntry(sValue, nPos); // Als ersten numerischen Eintrag einfuegen in SetDefFormat()
385 SetEntryData(nPos, (void*)nDefFmt); in SetDefFormat()
386 SelectEntryPos(nPos); in SetDefFormat()
396 sal_uInt16 nPos = GetSelectEntryPos(); in GetFormat() local
398 return (sal_uLong)GetEntryData(nPos); in GetFormat()
[all …]
/trunk/main/sw/source/filter/html/
H A Dhtmlftn.cxx61 xub_StrLen nPos ) in lcl_html_getNextPart() argument
65 if( nPos >= nLen ) in lcl_html_getNextPart()
67 nPos = STRING_MAXLEN; in lcl_html_getNextPart()
72 for( ; nPos < nLen && !bDone; nPos++ ) in lcl_html_getNextPart()
99 return nPos; in lcl_html_getNextPart()
296 sal_uInt16 nPos; in OutHTML_SwFmtFtn() local
308 nPos = rHTMLWrt.nFootNote; in OutHTML_SwFmtFtn()
542 xub_StrLen nPos = 0; in lcl_html_outFootEndNoteInfo() local
547 nPos += 2; in lcl_html_outFootEndNoteInfo()
548 nPos = 0; in lcl_html_outFootEndNoteInfo()
[all …]
/trunk/main/sot/source/sdstor/
H A Dstgstrms.cxx190 nPos += 4; in MakeChain()
319 nPos = nSize = 0; in StgStrm()
352 nPos -= nOffset; in Pos2Page()
357 nPos = nBytePos; in Pos2Page()
503 nPos = nBytePos; in Pos2Page()
856 n = nSize - nPos; in Read()
893 nPos += nRes; in Read()
914 sal_Int32 nOld = nPos; in Write()
956 nPos += nRes; in Write()
1010 n = nSize - nPos; in Read()
[all …]
/trunk/main/sc/source/filter/inc/
H A Dtokstack.hxx251 DBG_ASSERT( nPos > 0, in Get()
256 if( nPos == 0 ) in Get()
260 nPos--; in Get()
261 nRet = pStack[ nPos ]; in Get()
271 if( nPos < nSize ) in operator <<()
274 nPos++; in operator <<()
283 DBG_ASSERT( nPos > 0, in operator >>()
285 if( nPos > 0 ) in operator >>()
287 nPos--; in operator >>()
288 rId = pStack[ nPos ]; in operator >>()
[all …]
/trunk/main/i18npool/inc/
H A Dcclass_unicode.hxx46 …virtual rtl::OUString SAL_CALL toUpper( const rtl::OUString& Text, sal_Int32 nPos, sal_Int32 nCoun…
48 …virtual rtl::OUString SAL_CALL toLower( const rtl::OUString& Text, sal_Int32 nPos, sal_Int32 nCoun…
50 …virtual rtl::OUString SAL_CALL toTitle( const rtl::OUString& Text, sal_Int32 nPos, sal_Int32 nCoun…
53 virtual sal_Int16 SAL_CALL getCharacterDirection( const rtl::OUString& Text, sal_Int32 nPos )
56 virtual sal_Int32 SAL_CALL getCharacterType( const rtl::OUString& text, sal_Int32 nPos,
60 virtual ParseResult SAL_CALL parseAnyToken( const rtl::OUString& Text, sal_Int32 nPos,
64 sal_Int32 nPos, const com::sun::star::lang::Locale& rLocale, sal_Int32 nStartCharFlags,
143 sal_Int32 getParseTokensType( const sal_Unicode* aStr, sal_Int32 nPos );
146 UPT_FLAG_TYPE getFlags( const sal_Unicode* aStr, sal_Int32 nPos );
149 UPT_FLAG_TYPE getFlagsExtended( const sal_Unicode* aStr, sal_Int32 nPos );
[all …]
/trunk/main/basic/source/classes/
H A Dimage.cxx89 sal_uIntPtr nPos = r.Tell(); in SbiOpenRecord() local
91 return nPos; in SbiOpenRecord()
97 sal_uIntPtr nPos = r.Tell(); in SbiCloseRecord() local
100 r.Seek( nPos ); in SbiCloseRecord()
270 sal_uIntPtr nPos; in Save() local
290 SbiCloseRecord( r, nPos ); in Save()
298 SbiCloseRecord( r, nPos ); in Save()
313 SbiCloseRecord( r, nPos ); in Save()
329 SbiCloseRecord( r, nPos ); in Save()
348 SbiCloseRecord( r, nPos ); in Save()
[all …]
/trunk/main/editeng/source/items/
H A Dsvxfont.cxx248 sal_uInt16 nPos = 0; in DoOnCapitals() local
261 while( nPos < nTxtLen ) in DoOnCapitals()
269 while( nPos < nTxtLen ) in DoOnCapitals()
277 ++nPos; in DoOnCapitals()
279 if( nOldPos != nPos ) in DoOnCapitals()
296 nOldPos = nPos; in DoOnCapitals()
309 if( nOldPos != nPos ) in DoOnCapitals()
326 nOldPos = nPos; in DoOnCapitals()
329 while( nPos < nTxtLen && CH_BLANK == aCharString && ++nPos < nTxtLen ) in DoOnCapitals()
332 if( nOldPos != nPos ) in DoOnCapitals()
[all …]
/trunk/main/sw/source/ui/config/
H A Doptload.cxx577 sal_uInt16 nPos = 0; in Reset() local
579 SetOptions(nPos++, TABLE_CAP); in Reset()
581 SetOptions(nPos++, FRAME_CAP); in Reset()
583 SetOptions(nPos++, GRAPHIC_CAP); in Reset()
624 SetOptions( nPos++, OLE_CAP, &rOleId ); in Reset()
736 sal_uInt16 nPos = 0; in IMPL_LINK() local
832 sal_uInt16 nPos = aLbLevel.GetSelectEntryPos(); in SaveEntry() local
833 sal_uInt16 nLevel = ( nPos > 0 && nPos != LISTBOX_ENTRY_NOTFOUND ) ? nPos - 1 : MAXLEVEL; in SaveEntry()
889 sal_Int32 nPos = pBox->GetSelectEntryPos(); in IMPL_LINK_INLINE_END() local
890 aNumberingSeparatorFT.Enable( nPos == 1 ); in IMPL_LINK_INLINE_END()
[all …]
/trunk/main/sc/source/filter/dif/
H A Ddifexp.cxx248 while ( nPos != STRING_NOTFOUND ) in ScExportDif()
250 aString.Insert( cStrDelim, nPos ); in ScExportDif()
251 nPos = aString.Search( cStrDelim, nPos+2 ); in ScExportDif()
265 while ( nPos != STRING_NOTFOUND ) in ScExportDif()
267 aStrDec.Insert( aStrDelimDecoded, nPos ); in ScExportDif()
268 nPos = aStrDec.Search( aStrDelimDecoded, in ScExportDif()
269 nPos+1+aStrDelimDecoded.Len() ); in ScExportDif()
281 while ( nPos != STRING_NOTFOUND ) in ScExportDif()
283 aStrEnc.Insert( aStrDelimEncoded, nPos ); in ScExportDif()
284 nPos = aStrEnc.Search( aStrDelimEncoded, in ScExportDif()
[all …]
/trunk/main/vcl/inc/vcl/
H A Dlstbox.hxx128 virtual void RemoveEntry( sal_uInt16 nPos );
134 Image GetEntryImage( sal_uInt16 nPos ) const;
135 virtual XubString GetEntry( sal_uInt16 nPos ) const;
139 virtual void SelectEntryPos( sal_uInt16 nPos, sal_Bool bSelect = sal_True );
146 virtual sal_Bool IsEntryPosSelected( sal_uInt16 nPos ) const;
149 void SetEntryData( sal_uInt16 nPos, void* pNewData );
150 void* GetEntryData( sal_uInt16 nPos ) const;
160 void SetEntryFlags( sal_uInt16 nPos, long nFlags );
167 long GetEntryFlags( sal_uInt16 nPos ) const;
169 void SetTopEntry( sal_uInt16 nPos );
[all …]
/trunk/main/svx/source/sidebar/line/
H A DLinePropertyPanel.cxx820 if(LISTBOX_ENTRY_NOTFOUND != nPos && nPos != mpLBStyle->GetSavedValue())
822 if(0 == nPos)
829 else if(1 == nPos)
859 if( nPos != LISTBOX_ENTRY_NOTFOUND && nPos != mpLBStart->GetSavedValue() ) in IMPL_LINK()
862 if( nPos == 0 ) in IMPL_LINK()
878 if( nPos != LISTBOX_ENTRY_NOTFOUND && nPos != mpLBEnd->GetSavedValue() ) in IMPL_LINK()
881 if( nPos == 0 ) in IMPL_LINK()
898 if(LISTBOX_ENTRY_NOTFOUND != nPos && nPos != mpLBEdgeStyle->GetSavedValue()) in IMPL_LINK()
902 switch(nPos) in IMPL_LINK()
939 if(LISTBOX_ENTRY_NOTFOUND != nPos && nPos != mpLBCapStyle->GetSavedValue()) in IMPL_LINK()
[all …]

Completed in 137 milliseconds

12345678910>>...74