Home
last modified time | relevance | path

Searched refs:nPos (Results 276 – 300 of 1846) sorted by relevance

1...<<11121314151617181920>>...74

/trunk/main/bridges/source/cpp_uno/gcc3_solaris_sparc/
H A Dcpp2uno.cxx89 for ( sal_Int32 nPos = 0; nPos < nParams; ++nPos ) in cpp2uno_call() local
91 const typelib_MethodParameter & rParam = pParams[nPos]; in cpp2uno_call()
97 …pCppArgs[nPos] = pUnoArgs[nPos] = CPPU_CURRENT_NAMESPACE::adjustPointer(pCppStack, pParamTypeDescr… in cpp2uno_call()
112 pCppArgs[nPos] = pUnoArgs[nPos] = pDest; in cpp2uno_call()
123 pCppArgs[nPos] = *(void **)pCppStack; in cpp2uno_call()
128 pUnoArgs[nPos] = alloca( pParamTypeDescr->nSize ); in cpp2uno_call()
129 pTempIndizes[nTempIndizes] = nPos; in cpp2uno_call()
137 uno_copyAndConvertData( pUnoArgs[nPos] = alloca( pParamTypeDescr->nSize ), in cpp2uno_call()
140 pTempIndizes[nTempIndizes] = nPos; // has to be reconverted in cpp2uno_call()
146 pUnoArgs[nPos] = *(void **)pCppStack; in cpp2uno_call()
/trunk/main/sot/source/sdstor/
H A Dstgcache.cxx138 sal_uLong nPos = pStrm->Tell(); in SetPhysPageSize() local
141 pStrm->Seek( nPos ); in SetPhysPageSize()
445 sal_uLong nPos = Page2Pos( nPage ); in Read() local
451 nPos = 0L, nBytes = 512; in Read()
454 if( pStrm->Tell() != nPos ) in Read()
456 if( pStrm->Seek( nPos ) != nPos ) { in Read()
476 sal_uLong nPos = Page2Pos( nPage ); in Write() local
484 nPos = 0L, nBytes = 512; in Write()
485 if( pStrm->Tell() != nPos ) in Write()
487 if( pStrm->Seek( nPos ) != nPos ) { in Write()
[all …]
/trunk/main/svx/inc/svx/
H A Dgridctrl.hxx87 sal_Bool HasField(sal_uInt32 nPos) const {return nPos < m_aVariants.Count();} in HasField()
88 …const ::svxform::DataColumn& GetField(sal_uInt32 nPos) const { return *m_aVariants.GetObject(nPos)… in GetField()
330 …virtual sal_uInt16 AppendColumn(const String& rName, sal_uInt16 nWidth = 0, sal_uInt16 nPos = HEAD…
414 …_uInt16 nId ) const { sal_uInt16 nPos = GetColumnPos(nId); return (nPos==(sal_uInt16)-1) ? GRID_CO… in GetViewColumnPos() local
425 sal_uInt16 GetColumnIdFromViewPos( sal_uInt16 nPos ) const { return GetColumnId(nPos + 1); } in GetColumnIdFromViewPos()
426 sal_uInt16 GetColumnIdFromModelPos( sal_uInt16 nPos ) const;
452 void MoveToPosition(sal_uInt32 nPos);
539 void SetSeekPos(sal_Int32 nPos,GrantControlAccess /*_aAccess*/) {m_nSeekPos = nPos;} in SetSeekPos() argument
584 void SetSeekPos(sal_Int32 nPos) {m_nSeekPos = nPos;} in SetSeekPos() argument
H A Dsvdhlpln.hxx92 … Insert(const SdrHelpLine& rHL, sal_uInt16 nPos=0xFFFF) { aList.Insert(new SdrHelpLine(rHL)… in Insert() argument
93 …void Delete(sal_uInt16 nPos) { delete (SdrHelpLine*)… in Delete() argument
94 …void Move(sal_uInt16 nPos, sal_uInt16 nNewPos) { aList.Insert(aLis… in Move() argument
95 …SdrHelpLine& operator[](sal_uInt16 nPos) { return *GetObject(nPo… in operator []() argument
96 …const SdrHelpLine& operator[](sal_uInt16 nPos) const { return *GetObject(nPo… in operator []()
H A Dchecklbx.hxx54 sal_uIntPtr nPos, void* pUserData,
66 sal_uInt16 nPos = LISTBOX_APPEND,
70 void RemoveEntry ( sal_uInt16 nPos );
72 void SelectEntryPos ( sal_uInt16 nPos, sal_Bool bSelect = sal_True );
75 String GetText ( sal_uInt16 nPos ) const;
77 void CheckEntryPos ( sal_uInt16 nPos, sal_Bool bCheck = sal_True );
78 sal_Bool IsChecked ( sal_uInt16 nPos ) const;
81 void* SetEntryData ( sal_uInt16 nPos, void* pNewData );
82 void* GetEntryData ( sal_uInt16 nPos ) const;
/trunk/main/stoc/source/security/
H A Daccess_controller.cxx619 for ( sal_Int32 nPos = 0; nPos < permissions.getLength(); ++nPos ) in dumpPermissions() local
621 OString str( ::rtl::OUStringToOString( p[ nPos ], RTL_TEXTENCODING_ASCII_US ) ); in dumpPermissions()
650 for ( size_t nPos = 0; nPos < vec.size(); ++nPos ) in checkAndClearPostPoned() local
652 pair< OUString, Any > const & p = vec[ nPos ]; in checkAndClearPostPoned()
661 for ( size_t nPos = 0; nPos < vec.size(); ++nPos ) in checkAndClearPostPoned() local
663 pair< OUString, Any > const & p = vec[ nPos ]; in checkAndClearPostPoned()
671 for ( size_t nPos = 0; nPos < vec.size(); ++nPos ) in checkAndClearPostPoned() local
673 pair< OUString, Any > const & p = vec[ nPos ]; in checkAndClearPostPoned()
1014 for ( sal_Int32 nPos = s_serviceNames.getLength(); nPos--; ) in supportsService() local
1016 if (serviceName.equals( pNames[ nPos ] )) in supportsService()
/trunk/main/svx/source/gallery2/
H A Dgaltheme.cxx140 aObjectList.Insert( pEntry, nPos ); in ImplWriteSgaObject()
467 SgaObject* GalleryTheme::AcquireObject( sal_uIntPtr nPos ) in AcquireObject() argument
469 return ImplReadSgaObject( aObjectList.GetObject( nPos ) ); in AcquireObject()
519 sal_Bool GalleryTheme::RemoveObject( sal_uIntPtr nPos ) in RemoveObject() argument
521 GalleryObject* pEntry = aObjectList.Remove( nPos ); in RemoveObject()
536 ImplBroadcast( nPos ); in RemoveObject()
833 SgaObject* pObj = AcquireObject( nPos ); in GetThumb()
850 const GalleryObject* pObject = ImplGetGalleryObject( nPos ); in GetGraphic()
874 if( GetModel( nPos, *aModel.GetModel(), bProgress ) ) in GetGraphic()
899 SgaObject* pObj = AcquireObject( nPos ); in GetGraphic()
[all …]
/trunk/main/sfx2/source/control/
H A Dbindings.cxx422 for ( sal_uInt16 nPos = 0; nPos < aFound.Count(); ++nPos ) in Update_Impl() local
671 if ( nPos < pImp->pCaches->Count() && in GetStateCache()
675 *pPos = nPos; in GetStateCache()
676 return (*pImp->pCaches)[nPos]; in GetStateCache()
1014 DBG_ASSERT( nPos == nStartSearchAt || in GetSlotPos()
1019 pImp->nCachedFunc1 = nPos; in GetSlotPos()
1021 return nPos; in GetSlotPos()
1043 sal_uInt16 nPos = GetSlotPos(nId); in Register_Impl() local
1049 DBG_ASSERT( nPos == 0 || in Register_Impl()
1082 sal_uInt16 nPos = GetSlotPos(nId); in Release() local
[all …]
/trunk/main/sw/source/filter/html/
H A Dhtmlatr.cxx1762 sal_uInt16 nPos; in GetFmtInfo() local
1792 xub_StrLen nPos = 0; in HTMLEndPosLst() local
1793 while( nPos < nEndPos ) in HTMLEndPosLst()
2021 nPos = nChgPos; in Insert()
2069 Insert( aItemSet, nPos, nPos+1, rFmtInfos, sal_False, sal_False ); in Insert()
2105 if( nStart > nPos ) in OutStartAttrs()
2144 if( STRING_MAXLEN==nPos || nEnd == nPos ) in OutEndAttrs()
3105 sal_uInt16 nPos; in OutHTML_INetFmt() local
3116 sal_uInt16 nPos; in OutHTML_INetFmt() local
3157 aURL.Erase( nPos ); in OutHTML_INetFmt()
[all …]
/trunk/main/sw/source/ui/frmdlg/
H A Dcolmgr.cxx72 sal_uInt16 SwColMgr::GetGutterWidth( sal_uInt16 nPos ) const in GetGutterWidth()
75 if(nPos == USHRT_MAX ) in GetGutterWidth()
79 DBG_ASSERT(nPos < GetCount() - 1, "Spalte ueberindiziert" ); in GetGutterWidth()
81 nRet = rCols.GetObject(nPos)->GetRight() + rCols.GetObject(nPos + 1)->GetLeft(); in GetGutterWidth()
91 void SwColMgr::SetGutterWidth(sal_uInt16 nGutterWidth, sal_uInt16 nPos ) in SetGutterWidth() argument
93 if(nPos == USHRT_MAX) in SetGutterWidth()
97 DBG_ASSERT(nPos < GetCount() - 1, "Spalte ueberindiziert" ); in SetGutterWidth()
100 rCols.GetObject(nPos)->SetRight(nGutterWidth2); in SetGutterWidth()
101 rCols.GetObject(nPos + 1)->SetLeft(nGutterWidth2); in SetGutterWidth()
/trunk/main/svtools/source/svhtml/
H A Dhtmlsupp.cxx118 xub_StrLen nPos = 3; in RemoveSGMLComment() local
122 nPos = 4; in RemoveSGMLComment()
123 while( nPos < rString.Len() && in RemoveSGMLComment()
124 ( ( c = rString.GetChar( nPos )) != '\r' && c != '\n' ) ) in RemoveSGMLComment()
125 ++nPos; in RemoveSGMLComment()
126 if( c == '\r' && nPos+1 < rString.Len() && in RemoveSGMLComment()
127 '\n' == rString.GetChar( nPos+1 )) in RemoveSGMLComment()
128 ++nPos; in RemoveSGMLComment()
130 nPos = 3; in RemoveSGMLComment()
132 rString.Erase( 0, ++nPos ); in RemoveSGMLComment()
/trunk/main/svtools/source/contnr/
H A Divctrl.cxx162 _pImp->InsertEntry( pEntry, nPos, pPos ); in InsertEntry()
170 _pImp->InsertEntry( pEntry, nPos, pPos ); in InsertEntry()
179 _pImp->InsertEntry( pEntry, nPos, pPos ); in InsertEntry()
311 sal_uLong nPos; in GetFocus() local
396 return _pImp->GetEntry( nPos ); in GetEntry()
421 sal_uLong nPos; in ClickIcon() local
422 GetSelectedEntry ( nPos ); in ClickIcon()
578 sal_uInt16 nPos = 0; in FillLayoutData() local
579 while ( nPos < nCount ) in FillLayoutData()
581 SvxIconChoiceCtrlEntry* pEntry = GetEntry( nPos ); in FillLayoutData()
[all …]
/trunk/main/connectivity/source/drivers/dbase/
H A DDNoException.cxx89 sal_uIntPtr nLen = m_pFileStream->Seek(nPos); in seekRow()
255 m_pFileStream->Seek(nPos); in WriteBuffer()
600 sal_uInt16 nPos = NODE_NOTFOUND; in SearchAndReplace() local
608 (*pPage)[nPos].GetKey() = rReplace; in SearchAndReplace()
614 ONDXNode& ONDXPage::operator[] (sal_uInt16 nPos) in operator []() argument
616 DBG_ASSERT(nCount > nPos, "falscher Indexzugriff"); in operator []()
617 return ppNodes[nPos]; in operator []()
623 DBG_ASSERT(nCount > nPos, "falscher Indexzugriff"); in operator []()
624 return ppNodes[nPos]; in operator []()
627 void ONDXPage::Remove(sal_uInt16 nPos) in Remove() argument
[all …]
/trunk/main/bridges/source/cpp_uno/gcc3_freebsd_powerpc/
H A Duno2cpp.cxx383 for ( sal_Int32 nPos = 0; nPos < nParams; ++nPos ) local
385 const typelib_MethodParameter & rParam = pParams[nPos];
391 uno_copyAndConvertData( pCppArgs[nPos] = pCppStack, pUnoArgs[nPos], pParamTypeDescr,
445 *(void **)pCppStack = pCppArgs[nPos] = alloca( pParamTypeDescr->nSize ),
447 pTempIndizes[nTempIndizes] = nPos; // default constructed for cpp call
455 *(void **)pCppStack = pCppArgs[nPos] = alloca( pParamTypeDescr->nSize ),
456 pUnoArgs[nPos], pParamTypeDescr,
459 pTempIndizes[nTempIndizes] = nPos; // has to be reconverted
465 *(void **)pCppStack = pCppArgs[nPos] = pUnoArgs[nPos];
/trunk/main/bridges/source/cpp_uno/gcc3_linux_powerpc/
H A Duno2cpp.cxx383 for ( sal_Int32 nPos = 0; nPos < nParams; ++nPos ) local
385 const typelib_MethodParameter & rParam = pParams[nPos];
391 uno_copyAndConvertData( pCppArgs[nPos] = pCppStack, pUnoArgs[nPos], pParamTypeDescr,
445 *(void **)pCppStack = pCppArgs[nPos] = alloca( pParamTypeDescr->nSize ),
447 pTempIndizes[nTempIndizes] = nPos; // default constructed for cpp call
455 *(void **)pCppStack = pCppArgs[nPos] = alloca( pParamTypeDescr->nSize ),
456 pUnoArgs[nPos], pParamTypeDescr,
459 pTempIndizes[nTempIndizes] = nPos; // has to be reconverted
465 *(void **)pCppStack = pCppArgs[nPos] = pUnoArgs[nPos];
/trunk/main/bridges/source/cpp_uno/msvc_win32_intel/
H A Duno2cpp.cxx194 for ( sal_Int32 nPos = 0; nPos < nParams; ++nPos ) in cpp_call() local
196 const typelib_MethodParameter & rParam = pParams[nPos]; in cpp_call()
204 pCppArgs[nPos] = pCppStack, pUnoArgs[nPos], pParamTypeDescr, in cpp_call()
226 *(void **)pCppStack = pCppArgs[nPos] = alloca( pParamTypeDescr->nSize ), in cpp_call()
228 pTempIndizes[nTempIndizes] = nPos; // default constructed for cpp call in cpp_call()
237 *(void **)pCppStack = pCppArgs[nPos] = alloca( pParamTypeDescr->nSize ), in cpp_call()
238 pUnoArgs[nPos], pParamTypeDescr, in cpp_call()
241 pTempIndizes[nTempIndizes] = nPos; // has to be reconverted in cpp_call()
247 *(void **)pCppStack = pCppArgs[nPos] = pUnoArgs[nPos]; in cpp_call()
/trunk/main/bridges/source/cpp_uno/gcc3_linux_mips/
H A Duno2cpp.cxx300 for ( sal_Int32 nPos = 0; nPos < nParams; ++nPos ) in cpp_call() local
302 const typelib_MethodParameter & rParam = pParams[nPos]; in cpp_call()
308 uno_copyAndConvertData( pCppArgs[nPos] = pCppStack, pUnoArgs[nPos], pParamTypeDescr, in cpp_call()
363 *(void **)pCppStack = pCppArgs[nPos] = alloca( pParamTypeDescr->nSize ), in cpp_call()
365 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()
383 *(void **)pCppStack = pCppArgs[nPos] = pUnoArgs[nPos]; in cpp_call()
/trunk/main/sw/source/ui/dbui/
H A Ddbinsdlg.cxx624 aStr.Erase( nPos, nSel ); in IMPL_LINK()
630 if( nPos ) // ein Space davor in IMPL_LINK()
632 sal_Unicode c = aStr.GetChar( nPos-1 ); in IMPL_LINK()
638 sal_Unicode c = aStr.GetChar( nPos ); in IMPL_LINK()
644 aStr.Insert( aFld, nPos ); in IMPL_LINK()
646 nPos = nPos + aFld.Len(); in IMPL_LINK()
1120 sal_Int32 nPos = 0; in DataToDoc() local
1121 pSelection[i] >>= nPos; in DataToDoc()
1320 sal_Int32 nPos = 0; in DataToDoc() local
1547 const xub_StrLen nPos = sTmp.Len(); in lcl_createSourceNames() local
[all …]
/trunk/main/xmloff/source/core/
H A Dxmlcnitm.cxx109 sal_uInt16 nPos = aNamespaceMap.Add( rPrefix, rNamespace ); in AddAttr() local
110 aPrefixPoss.Insert( nPos, aPrefixPoss.Count() ); in AddAttr()
121 sal_uInt16 nPos = aNamespaceMap.GetIndexByPrefix( rPrefix ); in AddAttr() local
122 if( USHRT_MAX == nPos ) in AddAttr()
125 aPrefixPoss.Insert( nPos, aPrefixPoss.Count() ); in AddAttr()
152 sal_uInt16 nPos = aNamespaceMap.Add( rPrefix, rNamespace ); in SetAt() local
153 if( USHRT_MAX == nPos ) in SetAt()
158 aPrefixPoss[i] = nPos; in SetAt()
171 sal_uInt16 nPos = aNamespaceMap.GetIndexByPrefix( rPrefix ); in SetAt() local
172 if( USHRT_MAX == nPos ) in SetAt()
[all …]
/trunk/main/vcl/unx/generic/app/
H A Dsalsys.cxx122 int nPos = aBuf.getLength(); in GetScreenName() local
123 if( nPos > 0 ) in GetScreenName()
124 nPos--; in GetScreenName()
125 while( nPos > 0 && aBuf.charAt( nPos ) != ':' ) in GetScreenName()
126 nPos--; in GetScreenName()
128 while( nPos < aBuf.getLength() && aBuf.charAt( nPos ) != '.' ) in GetScreenName()
129 nPos++; in GetScreenName()
130 if( nPos < aBuf.getLength() ) in GetScreenName()
131 aBuf.setLength( nPos+1 ); in GetScreenName()
/trunk/main/tools/source/memtools/
H A Dtable.cxx274 sal_uIntPtr nPos; in GetUniqueKey() local
275 sal_uIntPtr nTempPos = ImplGetIndex( nStartKey, &nPos ); in GetUniqueKey()
277 nPos = nTempPos; in GetUniqueKey()
278 nLastKey = (sal_uIntPtr)Container::GetObject( nPos ); in GetUniqueKey()
283 nPos += 2; in GetUniqueKey()
285 if ( nLastKey != (sal_uIntPtr)Container::GetObject( nPos ) ) in GetUniqueKey()
299 sal_uIntPtr nPos = ImplGetIndex( nKey, pPos ); in SearchKey() local
300 if ( nPos != TABLE_ENTRY_NOTFOUND ) in SearchKey()
302 nPos /= 2; in SearchKey()
303 *pPos = nPos; in SearchKey()
[all …]
/trunk/main/writerfilter/source/doctok/
H A DXNoteHelperImpl.hxx42 CpAndFc XNoteHelper<T>::getCpAndFc(sal_uInt32 nPos) in getCpAndFc() argument
45 if (nPos > getCount()) in getCpAndFc()
48 Cp aCp(mCpAndFcOffset.getCp() + mpCps->getU32(nPos * 4)); in getCpAndFc()
56 CpAndFc XNoteHelper<T>::getRefCpAndFc(sal_uInt32 nPos) in getRefCpAndFc() argument
59 if (nPos >= getCount()) in getRefCpAndFc()
62 Cp aCp(mpRefs->getFc(nPos)); in getRefCpAndFc()
71 XNoteHelper<T>::get(sal_uInt32 nPos) in get() argument
74 if (nPos >= getCount()) in get()
79 CpAndFc aCpAndFcStart(getCpAndFc(nPos)); in get()
80 CpAndFc aCpAndFcEnd(getCpAndFc(nPos + 1)); in get()
/trunk/main/sd/source/ui/animations/
H A DSlideTransitionPane.cxx384 if( nPos >= 3 ) in lcl_getSoundFileURL()
388 nPos -= 3; in lcl_getSoundFileURL()
389 if( rSoundList.size() > nPos ) in lcl_getSoundFileURL()
390 aResult = rSoundList[ nPos ]; in lcl_getSoundFileURL()
864 tSoundListType::size_type nPos = 0; in updateControls() local
969 tSoundListType::size_type nPos = 0; in openSoundFileDialog() local
1049 aResult.mfDuration = (nPos == 0) in getTransitionEffectFromControls()
1051 : (nPos == 1) in getTransitionEffectFromControls()
1087 aResult.mbStopSound = nPos == 1; in getTransitionEffectFromControls()
1088 aResult.mbSoundOn = nPos > 1; in getTransitionEffectFromControls()
[all …]
/trunk/main/svx/source/sidebar/area/
H A DAreaPropertyPanel.cxx516 if(LISTBOX_ENTRY_NOTFOUND == nPos) in IMPL_LINK()
518 nPos = mnLastPosGradient; in IMPL_LINK()
537 if(LISTBOX_ENTRY_NOTFOUND != nPos) in IMPL_LINK()
539 mnLastPosGradient = nPos; in IMPL_LINK()
547 if(LISTBOX_ENTRY_NOTFOUND == nPos) in IMPL_LINK()
549 nPos = mnLastPosHatch; in IMPL_LINK()
568 if(LISTBOX_ENTRY_NOTFOUND != nPos) in IMPL_LINK()
570 mnLastPosHatch = nPos; in IMPL_LINK()
578 if(LISTBOX_ENTRY_NOTFOUND == nPos) in IMPL_LINK()
580 nPos = mnLastPosBitmap; in IMPL_LINK()
[all …]
/trunk/main/sc/source/filter/excel/
H A Dxehelper.cxx288 for( sal_uLong nPos = 0, nCount = rScRanges.Count(); nPos < nCount; ++nPos ) in ConvertRangeList() local
290 if( const ScRange* pScRange = rScRanges.GetObject( nPos ) ) in ConvertRangeList()
477 for( sal_uInt16 nPos = 0; nPos < nPosCount; ++nPos ) in lclCreateFormattedString() local
758 for( sal_uInt16 nPos = 0; nPos < nPosCount; ++nPos ) in AppendPortion() local
937 xub_StrLen nPos; in lclConvertToDos() local
950 aDosBase.Erase( 0, nPos + 1 ); in lclConvertToDos()
951 aDosUrl.Erase( 0, nPos + 1 ); in lclConvertToDos()
963 aDosBase.Erase( 0, nPos + 1 ); in lclConvertToDos()
996 xub_StrLen nPos; in lclEncodeDosUrl() local
997 while( (nPos = aOldUrl.Search( '\\' )) != STRING_NOTFOUND ) in lclEncodeDosUrl()
[all …]

Completed in 200 milliseconds

1...<<11121314151617181920>>...74