Home
last modified time | relevance | path

Searched refs:nPos (Results 76 – 100 of 1846) sorted by relevance

12345678910>>...74

/trunk/main/bridges/source/cpp_uno/gcc3_linux_powerpc64/
H A Dcpp2uno.cxx107 for ( sal_Int32 nPos = 0; nPos < nParams; ++nPos ) in cpp2uno_call() local
134 pCppArgs[nPos] = pUnoArgs[nPos] = fpreg++; in cpp2uno_call()
139 pCppArgs[nPos] = pUnoArgs[nPos] = ovrflw; in cpp2uno_call()
148 pCppArgs[nPos] = pUnoArgs[nPos] = (((char *)gpreg) + (sizeof(void*)-1)); in cpp2uno_call()
154 pCppArgs[nPos] = pUnoArgs[nPos] = (((char *)ovrflw) + (sizeof(void*)-1)); in cpp2uno_call()
164 pCppArgs[nPos] = pUnoArgs[nPos] = (((char *)gpreg) + (sizeof(void*)-2)); in cpp2uno_call()
170 pCppArgs[nPos] = pUnoArgs[nPos] = (((char *)ovrflw) + (sizeof(void*)-2)); in cpp2uno_call()
180 pCppArgs[nPos] = pUnoArgs[nPos] = (((char *)gpreg) + (sizeof(void*)-4)); in cpp2uno_call()
194 pCppArgs[nPos] = pUnoArgs[nPos] = gpreg++; in cpp2uno_call()
199 pCppArgs[nPos] = pUnoArgs[nPos] = ovrflw; in cpp2uno_call()
[all …]
/trunk/main/bridges/source/cpp_uno/gcc3_linux_s390x/
H A Dcpp2uno.cxx101 for ( sal_Int32 nPos = 0; nPos < nParams; ++nPos ) in cpp2uno_call() local
129 pCppArgs[nPos] = pUnoArgs[nPos] = fpreg++; in cpp2uno_call()
134 pCppArgs[nPos] = pUnoArgs[nPos] = ovrflw; in cpp2uno_call()
142 pCppArgs[nPos] = pUnoArgs[nPos] = (((char *)gpreg) + (sizeof(void*)-1)); in cpp2uno_call()
148 pCppArgs[nPos] = pUnoArgs[nPos] = (((char *)ovrflw) + (sizeof(void*)-1)); in cpp2uno_call()
157 pCppArgs[nPos] = pUnoArgs[nPos] = (((char *)gpreg) + (sizeof(void*)-2)); in cpp2uno_call()
163 pCppArgs[nPos] = pUnoArgs[nPos] = (((char *)ovrflw) + (sizeof(void*)-2)); in cpp2uno_call()
172 pCppArgs[nPos] = pUnoArgs[nPos] = (((char *)gpreg) + (sizeof(void*)-4)); in cpp2uno_call()
178 pCppArgs[nPos] = pUnoArgs[nPos] = (((char *)ovrflw) + (sizeof(void*)-4)); in cpp2uno_call()
185 pCppArgs[nPos] = pUnoArgs[nPos] = gpreg++; in cpp2uno_call()
[all …]
/trunk/main/starmath/inc/
H A Dutility.hxx170 void *GetPtr(sal_uInt16 nPos) const { return SfxPtrArr::GetObject(nPos); } in GetPtr()
171 void *&GetPtr(sal_uInt16 nPos) { return SfxPtrArr::GetObject(nPos); } in GetPtr() argument
172 void InsertPtr(sal_uInt16 nPos, void *pItem) { SfxPtrArr::Insert(nPos, pItem); } in InsertPtr() argument
173 void RemovePtr(sal_uInt16 nPos, sal_uInt16 nCount = 1) { SfxPtrArr::Remove(nPos, nCount); } in RemovePtr() argument
181 void *Get(sal_uInt16 nPos = 0) const { return GetPtr(nPos); } in Get() argument
189 void *operator [] (sal_uInt16 nPos) const { return GetPtr(nPos); } in operator []()
228 inline String Get(sal_uInt16 nPos = 0) const;
246 return nPos < Count() ? *((String *)SmPickList::Get(nPos)) : String(); in Get()
291 inline Font Get(sal_uInt16 nPos = 0) const;
308 return *((Font *)SmPickList::operator[](nPos)); in operator []()
[all …]
/trunk/main/unotools/source/i18n/
H A Dtextsearch.cxx301 xub_StrLen nPos = 0; in ReplaceBackReferences() local
303 while( STRING_NOTFOUND != ( nPos = rReplaceStr.SearchChar( sSrchChrs, nPos )) ) in ReplaceBackReferences()
305 if( rReplaceStr.GetChar( nPos ) == '&') in ReplaceBackReferences()
313 nPos = nPos + nLength; in ReplaceBackReferences()
317 if( nPos + 1 < rReplaceStr.Len()) in ReplaceBackReferences()
351 nPos = nPos + sTmp.Len(); in ReplaceBackReferences()
361 ++nPos; in ReplaceBackReferences()
366 if( nPos + 1 < rReplaceStr.Len()) in ReplaceBackReferences()
375 nPos++; in ReplaceBackReferences()
380 nPos++; // step over in ReplaceBackReferences()
[all …]
/trunk/main/sw/source/core/txtnode/
H A Dfntcap.cxx653 nPos = nOldPos; in DoOnCapitals()
655 nPos = nMaxPos; in DoOnCapitals()
696 nOldPos = nPos; in DoOnCapitals()
700 if( nPos == STRING_LEN || nPos > nMaxPos ) in DoOnCapitals()
701 nPos = nMaxPos; in DoOnCapitals()
704 if( !nPos ) in DoOnCapitals()
705 nPos = nMaxPos; in DoOnCapitals()
770 nTmp = nPos; in DoOnCapitals()
814 if( nPos == STRING_LEN || nPos > nMaxPos ) in DoOnCapitals()
815 nPos = nMaxPos; in DoOnCapitals()
[all …]
/trunk/main/sd/source/ui/animations/
H A DCustomAnimationCreateDialog.cxx362 nPos = 0; in onSelectEffect()
364 nPos = 1; in onSelectEffect()
366 nPos = 2; in onSelectEffect()
368 nPos = 3; in onSelectEffect()
370 nPos = 4; in onSelectEffect()
387 while( nPos-- ) in clearEffects()
443 switch( nPos ) in getDuration()
462 nPos = 4; in setDuration()
466 nPos = 3; in setDuration()
473 nPos = 2; in setDuration()
[all …]
/trunk/main/sc/inc/
H A Dcompressedarray.hxx152 SetValue( nPos, nPos, rValue); in SetValue()
159 size_t nIndex = Search( nPos); in GetValue()
167 nIndex = Search( nPos); in GetValue()
177 nIndex = Search( nPos); in GetValue()
380 if (nPos < nIterStart) in Resync()
381 nPos = nIterStart; in Resync()
382 else if (nPos > nIterEnd) in Resync()
383 nPos = nIterEnd; in Resync()
384 nCurrent = nPos; in Resync()
386 nIndex = rArray.Search( nPos); in Resync()
[all …]
/trunk/main/bridges/source/cpp_uno/gcc3_linux_mips/
H A Dcpp2uno.cxx147 for ( sal_Int32 nPos = 0; nPos < nParams; ++nPos ) in cpp2uno_call() local
173 pCppArgs[nPos] = gpreg; in cpp2uno_call()
174 pUnoArgs[nPos] = gpreg; in cpp2uno_call()
182 pCppArgs[nPos] = ovrflw; in cpp2uno_call()
183 pUnoArgs[nPos] = ovrflw; in cpp2uno_call()
230 pCppArgs[nPos] = gpreg; in cpp2uno_call()
231 pUnoArgs[nPos] = gpreg; in cpp2uno_call()
235 pCppArgs[nPos] = ovrflw; in cpp2uno_call()
236 pUnoArgs[nPos] = ovrflw; in cpp2uno_call()
252 pCppArgs[nPos] = *(void **)gpreg; in cpp2uno_call()
[all …]
/trunk/main/svx/inc/svx/
H A Dgaltheme.hxx122 …t GalleryObject* ImplGetGalleryObject( sal_uIntPtr nPos ) const { return aObjectList.GetObject( n… in ImplGetGalleryObject()
140 SVX_DLLPUBLIC SgaObject* AcquireObject( sal_uIntPtr nPos );
144 SVX_DLLPUBLIC sal_Bool RemoveObject( sal_uIntPtr nPos );
172 void SetDragPos( sal_uIntPtr nPos ) { nDragPos = nPos; } in SetDragPos() argument
190 SgaObjKind GetObjectKind( sal_uIntPtr nPos ) const in GetObjectKind()
192 DBG_ASSERT( nPos < GetObjectCount(), "Position out of range" ); in GetObjectKind()
193 return ImplGetGalleryObject( nPos )->eObjKind; in GetObjectKind()
197 const INetURLObject& GetObjectURL( sal_uIntPtr nPos ) const in GetObjectURL()
200 return ImplGetGalleryObject( nPos )->aURL; in GetObjectURL()
220 void CopyToClipboard( Window* pWindow, sal_uIntPtr nPos );
[all …]
/trunk/main/sc/source/ui/optdlg/
H A Dopredlin.cxx104 sal_uInt16 nPos=0; in FillItemSet() local
107 if (nPos != LISTBOX_ENTRY_NOTFOUND) in FillItemSet()
110 if (nPos!=0) in FillItemSet()
118 nPos = aMoveColorLB.GetSelectEntryPos(); in FillItemSet()
119 if (nPos != LISTBOX_ENTRY_NOTFOUND) in FillItemSet()
121 nPos = aMoveColorLB.GetSelectEntryPos(); in FillItemSet()
122 if (nPos!=0) in FillItemSet()
131 if (nPos != LISTBOX_ENTRY_NOTFOUND) in FillItemSet()
134 if (nPos!=0) in FillItemSet()
143 if (nPos != LISTBOX_ENTRY_NOTFOUND) in FillItemSet()
[all …]
/trunk/main/svl/source/numbers/
H A Dzformat.cxx99 return nPos; in InsertBlanks()
691 nPos = nPos - nAnzChars; in SvNumberformat()
1092 while ( nPos < nLen && ((cToken = rString.GetChar(nPos)) != ']') ) in ImpGetNumber()
1101 nPos++; in ImpGetNumber()
1116 while ( nPos < nLen && ((cToken = rString.GetChar(nPos)) != ']') ) in ImpGetLanguageType()
1135 ++nPos; in ImpGetLanguageType()
1143 while(nPos > 0){ in IsSingleSymbol()
1144 if(rString.GetChar(nPos) == '*' || rString.GetChar(nPos) == '\\' || rString.GetChar(nPos) == '_'){ in IsSingleSymbol()
1146 nPos--; in IsSingleSymbol()
1168 nPos++; in ImpNextSymbol()
[all …]
H A Dzforfind.hxx152 xub_StrLen nPos ) in StringContains() argument
170 xub_StrLen nPos );
174 xub_StrLen nPos );
180 xub_StrLen& nPos );
183 xub_StrLen& nPos );
187 xub_StrLen& nPos );
191 xub_StrLen& nPos,
197 xub_StrLen& nPos );
200 xub_StrLen& nPos );
203 xub_StrLen& nPos,
[all …]
/trunk/main/desktop/source/deployment/gui/
H A Ddp_gui_extlistbox.cxx366 selectEntry( nPos ); in select()
492 if ( ( nPos >= 0 ) && ( nPos < (long) m_vEntries.size() ) ) in selectEntry()
495 m_nActive = nPos; in selectEntry()
860 nPos = m_nActive; in PointToPos()
865 return nPos; in PointToPos()
930 nPos = nStart; in FindEntryPos()
953 nPos = nStart + 1; in FindEntryPos()
973 nPos = nMid; in FindEntryPos()
1011 long nPos = 0; in addEntry() local
1060 return nPos; in addEntry()
[all …]
/trunk/main/stoc/source/typeconv/
H A Dconvert.cxx180 for ( sal_Int32 nPos = aHexRest.getLength(); nPos--; ) in getNumericValue() local
192 sal_Int32 nPos = 0; in getNumericValue() local
196 ++nPos; in getNumericValue()
204 ++nPos; in getNumericValue()
209 ++nPos; in getNumericValue()
213 ++nPos; in getNumericValue()
260 for ( sal_Int32 nPos = aHexRest.getLength(); nPos--; ) in getHyperValue() local
646 while (nPos--) in convertTo()
701 if (nPos >= 0) in convertTo()
877 sal_Int32 nPos; in convertToSimpleType() local
[all …]
/trunk/main/xmloff/source/text/
H A DXMLTextListAutoStylePool.cxx63 sal_uInt32 nPos; member in XMLTextListAutoStylePoolEntry_Impl
70 sal_uInt32 nPos,
79 nPos( 0 ), in XMLTextListAutoStylePoolEntry_Impl()
93 nPos( 0 ), in XMLTextListAutoStylePoolEntry_Impl()
112 nPos( nP ), in XMLTextListAutoStylePoolEntry_Impl()
210 sal_uLong nPos; in Find() local
218 for( nPos = 0; nPos < nCount; nPos++ ) in Find()
223 return nPos; in Find()
228 return nPos; in Find()
241 if( nPos != (sal_uInt32)-1 ) in Add()
[all …]
/trunk/main/sw/inc/
H A Dtabcol.hxx40 long nPos; member
75 long& operator[]( sal_uInt16 nPos ) { return aData[nPos].nPos; } in operator []() argument
76 long operator[]( sal_uInt16 nPos ) const { return aData[nPos].nPos; } in operator []()
79 sal_Bool IsHidden( sal_uInt16 nPos ) const { return aData[nPos].bHidden; } in IsHidden()
80 void SetHidden( sal_uInt16 nPos, sal_Bool bValue ) { aData[nPos].bHidden = bValue; } in SetHidden() argument
82 void Insert( long nValue, sal_Bool bValue, sal_uInt16 nPos );
83 void Insert( long nValue, long nMin, long nMax, sal_Bool bValue, sal_uInt16 nPos );
84 void Remove( sal_uInt16 nPos, sal_uInt16 nAnz = 1 );
86 const SwTabColsEntry& GetEntry( sal_uInt16 nPos ) const { return aData[nPos]; } in GetEntry()
87 SwTabColsEntry& GetEntry( sal_uInt16 nPos ) { return aData[nPos]; } in GetEntry() argument
/trunk/main/sw/source/core/text/
H A Dblink.cxx83 for( MSHORT nPos = 0; nPos < aList.Count(); ) in IMPL_LINK() local
89 ++nPos; in IMPL_LINK()
126 aList.Remove( nPos ); in IMPL_LINK()
139 MSHORT nPos; in Insert() local
164 MSHORT nPos; in Replace() local
168 aList.Remove( nPos ); in Replace()
178 MSHORT nPos; in Delete() local
180 aList.Remove( nPos ); in Delete()
185 for( MSHORT nPos = 0; nPos < aList.Count(); ) in FrmDelete() local
188 aList.Remove( nPos ); in FrmDelete()
[all …]
/trunk/main/vcl/source/window/
H A Dmenu.cxx397 for ( nPos = (sal_uInt16)Count(); nPos; ) in GetItemCount()
417 for ( nPos = (sal_uInt16)Count(); nPos; ) in GetItemCount()
534 void SetPosInParent( sal_uInt16 nPos ) { nPosInParent = nPos; } in SetPosInParent() argument
1557 return nPos; in GetItemPos()
1712 if( nPos != STRING_NOTFOUND && nPos < pData->aText.Len()-1 ) in GetActivationKey()
1732 sal_uInt16 nPos; in CheckItem() local
1747 nGroupPos = nPos; in CheckItem()
2626 if( nPos < aNonMnem.Len() && i_rLong.GetChar(nPos+1) == aNonMnem.GetChar(nPos) ) in getShortenedString()
3630 sal_uInt16 nPos; in SelectEntry() local
3631 for( nPos = 0; nPos < GetItemList()->Count(); nPos++ ) in SelectEntry()
[all …]
/trunk/main/svtools/workben/
H A Dbrowser.cxx590 sal_uLong nPos; in IMPL_LINK_INLINE_END() local
623 nPos = aBrowser.GetCurRow(); in IMPL_LINK_INLINE_END()
625 nPos = 0; in IMPL_LINK_INLINE_END()
627 aBrowser.RowInserted( nPos ); in IMPL_LINK_INLINE_END()
644 aBrowser.RowRemoved( nPos ); in IMPL_LINK_INLINE_END()
648 nPos = aBrowser.GetCurRow(); in IMPL_LINK_INLINE_END()
650 aBrowser.RowRemoved( nPos ); in IMPL_LINK_INLINE_END()
661 aBrowser.RowRemoved( nPos ); in IMPL_LINK_INLINE_END()
676 nPos = aBrowser.GetCurRow(); in IMPL_LINK_INLINE_END()
737 nPos = aBrowser.GetCurRow(); in IMPL_LINK_INLINE_END()
[all …]
/trunk/main/cppu/source/uno/
H A Dcopy.hxx561 for ( sal_Int32 nPos = nElements; nPos--; ) in icopyConstructSequence() local
572 &pDestElements[nPos], in icopyConstructSequence()
592 for ( sal_Int32 nPos = nElements; nPos--; ) in icopyConstructSequence() local
615 for ( sal_Int32 nPos = nElements; nPos--; ) in icopyConstructSequence() local
640 for ( sal_Int32 nPos = nElements; nPos--; ) in icopyConstructSequence() local
674 for ( sal_Int32 nPos = nElements; nPos--; ) in icopyConstructSequence() local
677 pSourceElements[nPos], in icopyConstructSequence()
683 pDestElements[ nPos ] = pNew; in icopyConstructSequence()
701 for ( sal_Int32 nPos = nElements; nPos--; ) in icopyConstructSequence() local
717 for ( sal_Int32 nPos = nElements; nPos--; ) in icopyConstructSequence() local
[all …]
/trunk/main/xmloff/source/style/
H A Dxmlnumi.cxx521 pProps[nPos].Name = in GetProperties()
535 pProps[nPos].Name = in GetProperties()
541 pProps[nPos].Name = in GetProperties()
545 pProps[nPos].Name = in GetProperties()
572 pProps[nPos].Name = in GetProperties()
613 pProps[nPos].Name = in GetProperties()
641 pProps[nPos].Name = in GetProperties()
645 pProps[nPos].Name = in GetProperties()
652 pProps[nPos].Name = in GetProperties()
656 pProps[nPos].Name = in GetProperties()
[all …]
/trunk/main/xmlscript/source/xml_helper/
H A Dxml_element.cxx59 for ( size_t nPos = 0; nPos < _subElems.size(); ++nPos ) in dumpSubElements() local
85 OUString XMLElement::getNameByIndex( sal_Int16 nPos ) in getNameByIndex() argument
88 OSL_ASSERT( (size_t)nPos < _attrNames.size() ); in getNameByIndex()
89 return _attrNames[ nPos ]; in getNameByIndex()
95 OSL_ASSERT( (size_t)nPos < _attrNames.size() ); in getTypeByIndex()
96 static_cast<void>(nPos); in getTypeByIndex()
111 OSL_ASSERT( (size_t)nPos < _attrNames.size() ); in getValueByIndex()
112 return _attrValues[ nPos ]; in getValueByIndex()
118 for ( size_t nPos = 0; nPos < _attrNames.size(); ++nPos ) in getValueByName() local
120 if (_attrNames[ nPos ] == rName) in getValueByName()
[all …]
/trunk/main/dbaccess/source/ui/misc/
H A DUITools.cxx704 aValue.fill(nPos,aTypes[nPos],aNullable[nPos],xRow); in fillTypeInfo()
707 aValue.fill(nPos,aTypes[nPos],aNullable[nPos],xRow); in fillTypeInfo()
710 aValue.fill(nPos,aTypes[nPos],aNullable[nPos],xRow); in fillTypeInfo()
713 aValue.fill(nPos,aTypes[nPos],aNullable[nPos],xRow); in fillTypeInfo()
716 aValue.fill(nPos,aTypes[nPos],aNullable[nPos],xRow); in fillTypeInfo()
719 aValue.fill(nPos,aTypes[nPos],aNullable[nPos],xRow); in fillTypeInfo()
722 aValue.fill(nPos,aTypes[nPos],aNullable[nPos],xRow); in fillTypeInfo()
725 aValue.fill(nPos,aTypes[nPos],aNullable[nPos],xRow); in fillTypeInfo()
728 aValue.fill(nPos,aTypes[nPos],aNullable[nPos],xRow); in fillTypeInfo()
731 aValue.fill(nPos,aTypes[nPos],aNullable[nPos],xRow); in fillTypeInfo()
[all …]
/trunk/main/cui/source/tabpages/
H A Dtpgradnt.cxx183 sal_uInt16 nPos; in ActivatePage() local
206 else if( nCount <= nPos ) in ActivatePage()
218 else if( nCount <= nPos ) in ActivatePage()
221 aLbColorTo.SelectEntryPos( nPos ); in ActivatePage()
284 if( nPos != LISTBOX_ENTRY_NOTFOUND ) in CheckChanges_Impl()
333 if( nPos != LISTBOX_ENTRY_NOTFOUND ) in CheckChanges_Impl()
335 *pPos = nPos; in CheckChanges_Impl()
351 if( nPos != LISTBOX_ENTRY_NOTFOUND ) in FillItemSet()
598 aLbGradients.Modify( *pEntry, nPos, maGradientList->GetUiBitmap( nPos ) ); in IMPL_LINK()
624 if( nPos != LISTBOX_ENTRY_NOTFOUND ) in IMPL_LINK()
[all …]
/trunk/main/svtools/source/control/
H A Dstdmenu.cxx198 sal_uInt16 nPos = 0; in Fill() local
225 nPos++; in Fill()
288 nPos++; in Fill()
299 nPos++; in Fill()
306 nPos++; in Fill()
316 nPos++; in Fill()
428 sal_uInt16 nPos = 0; in Fill() local
443 mpHeightAry[nPos] = nSize; in Fill()
444 nPos++; // Id is nPos+1 in Fill()
458 nPos++; // Id is nPos+1 in Fill()
[all …]

Completed in 149 milliseconds

12345678910>>...74