Home
last modified time | relevance | path

Searched refs:nPos (Results 251 – 275 of 1846) sorted by relevance

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

/trunk/main/desktop/source/pkgchk/unopkg/
H A Dunopkg_app.cxx264 sal_uInt32 nPos = 0; in unopkg_main() local
266 if (nCount == 0 || isOption( info_help, &nPos )) in unopkg_main()
271 else if (isOption( info_version, &nPos )) { in unopkg_main()
276 while(isBootstrapVariable(&nPos)); in unopkg_main()
278 if(nPos >= nCount) in unopkg_main()
281 osl_getCommandArg( nPos, &subCommand.pData ); in unopkg_main()
282 ++nPos; in unopkg_main()
290 while (nPos < nCount) in unopkg_main()
302 !isBootstrapVariable(&nPos)) in unopkg_main()
304 osl_getCommandArg( nPos, &cmdArg.pData ); in unopkg_main()
[all …]
/trunk/main/vcl/inc/vcl/
H A Dmenu.hxx176 SAL_DLLPRIVATE sal_Bool ImplIsVisible( sal_uInt16 nPos ) const;
220 sal_uInt16 nPos = MENU_APPEND );
223 sal_uInt16 nPos = MENU_APPEND );
227 sal_uInt16 nPos = MENU_APPEND );
229 void InsertSeparator( sal_uInt16 nPos = MENU_APPEND );
230 void RemoveItem( sal_uInt16 nPos );
231 void CopyItem( const Menu& rMenu, sal_uInt16 nPos,
241 sal_uInt16 GetItemId( sal_uInt16 nPos ) const;
243 MenuItemType GetItemType( sal_uInt16 nPos ) const;
248 XubString GetItemAccKeyStrFromPos(sal_uInt16 nPos ) const ;
[all …]
/trunk/main/svl/source/numbers/
H A Dnumhead.cxx165 sal_uLong nPos = rStream.Tell(); in EndEntry() local
166 DBG_ASSERT( nPos <= nEntryEnd, "zuviel gelesen" ); in EndEntry()
167 if ( nPos != nEntryEnd ) in EndEntry()
175 sal_uLong nPos = rStream.Tell(); in StartEntry() local
179 nEntryEnd = nPos + nEntrySize; in StartEntry()
223 sal_uLong nPos = rStream.Tell(); in ~ImpSvNumMultipleWriteHeader() local
226 rStream.Seek(nPos); in ~ImpSvNumMultipleWriteHeader()
234 sal_uLong nPos = rStream.Tell(); in EndEntry() local
235 aMemStream << static_cast<sal_uInt32>(nPos - nEntryStart); in EndEntry()
242 sal_uLong nPos = rStream.Tell(); in StartEntry() local
[all …]
/trunk/main/cppu/source/uno/
H A Dlbenv.cxx224 for ( ::std::size_t nPos = 0; nPos < nSize; ++nPos ) in find()
378 sal_Int32 nPos; in s_stub_defenv_revokeInterface() local
379 for ( nPos = pOEntry->aInterfaces.size(); nPos--; ) in s_stub_defenv_revokeInterface()
389 for ( nPos = pOEntry->aInterfaces.size(); nPos--; ) in s_stub_defenv_revokeInterface()
526 sal_Int32 nPos = 0; in defenv_getRegisteredInterfaces() local
672 sal_Int32 nPos = 1; in writeLine() local
673 while (pLine[nPos] && pFilter[nPos] == pLine[nPos]) in writeLine()
675 ++nPos; in writeLine()
677 if (! pFilter[nPos]) in writeLine()
760 for ( ::std::size_t nPos = 0; in uno_dumpEnvironment()
[all …]
/trunk/main/sw/source/core/text/
H A Dtxtfly.cxx929 for( xub_StrLen nPos = rInf.GetIdx(); nPos < nEndPos; ++nPos ) in DrawTextOpaque() local
1683 memmove( (SdrObject**)pSdrObj + nPos, pSdrObj + nPos + 1, in ClrObject()
1685 memmove( pTextRanger + nPos, pTextRanger + nPos + 1, in ClrObject()
1761 while( nPos < GetCount() && pObj != pSdrObj[ nPos ] ) in ContourRect()
1762 ++nPos; in ContourRect()
1831 else if( nPos ) in ContourRect()
1888 while( nPos < POLY_CNT && pObj != pSdrObj[ nPos ] ) in ShowContour()
1889 ++nPos; in ShowContour()
1890 if( POLY_CNT != nPos ) in ShowContour()
2119 if( nPos == nFlyPos ) in CalcRightMargin()
[all …]
H A Dporlin.cxx121 KSHORT nPos; in PrePaint() local
134 nPos = KSHORT( rInf.X() ); in PrePaint()
136 nPos += nLastWidth - nHalfView; in PrePaint()
137 aInf.X( nPos ); in PrePaint()
140 nPos = KSHORT( rInf.Y() ); in PrePaint()
142 nPos -= nLastWidth + nHalfView; in PrePaint()
143 aInf.Y( nPos ); in PrePaint()
146 nPos = KSHORT( rInf.X() ); in PrePaint()
149 aInf.X( nPos ); in PrePaint()
152 nPos = KSHORT( rInf.Y() ); in PrePaint()
[all …]
H A DSwGrammarMarkUp.cxx47 void SwGrammarMarkUp::MoveGrammar( xub_StrLen nPos, long nDiff ) in MoveGrammar() argument
49 Move( nPos, nDiff ); in MoveGrammar()
53 while( pIter != maSentence.end() && *pIter < nPos ) in MoveGrammar()
55 xub_StrLen nEnd = nDiff < 0 ? xub_StrLen(nPos - nDiff) : nPos; in MoveGrammar()
61 *pIter = nPos; in MoveGrammar()
135 xub_StrLen SwGrammarMarkUp::getSentenceStart( xub_StrLen nPos ) in getSentenceStart() argument
140 while( pIter != maSentence.end() && *pIter < nPos ) in getSentenceStart()
145 if( pIter != maSentence.end() && *pIter < nPos ) in getSentenceStart()
150 xub_StrLen SwGrammarMarkUp::getSentenceEnd( xub_StrLen nPos ) in getSentenceEnd() argument
155 while( pIter != maSentence.end() && *pIter <= nPos ) in getSentenceEnd()
/trunk/main/sc/source/core/tool/
H A Drechead.cxx91 sal_uLong nPos = rStream.Tell(); in EndEntry() local
92 DBG_ASSERT( nPos <= nEntryEnd, "zuviel gelesen" ); in EndEntry()
93 if ( nPos != nEntryEnd ) in EndEntry()
105 sal_uLong nPos = rStream.Tell(); in StartEntry() local
109 nEntryEnd = nPos + nEntrySize; in StartEntry()
147 sal_uLong nPos = rStream.Tell(); in ~ScMultipleWriteHeader() local
150 rStream.Seek(nPos); in ~ScMultipleWriteHeader()
156 sal_uLong nPos = rStream.Tell(); in EndEntry() local
157 aMemStream << static_cast<sal_uInt32>(nPos - nEntryStart); in EndEntry()
162 sal_uLong nPos = rStream.Tell(); in StartEntry() local
[all …]
/trunk/main/cui/source/dialogs/
H A Dhyphen.cxx319 nIdx = nPos; in EraseUnusableHyphens_Impl()
320 nStart = nPos + 1; in EraseUnusableHyphens_Impl()
332 while (nPos != STRING_NOTFOUND) in EraseUnusableHyphens_Impl()
333 nPos = aTxt.SearchAndReplace( aTmp, aEmpty, nPos + 1 ); in EraseUnusableHyphens_Impl()
341 nPos = 0; in EraseUnusableHyphens_Impl()
342 while (nPos != STRING_NOTFOUND) in EraseUnusableHyphens_Impl()
344 nPos = aLeft.SearchAndReplace( aTmp, aEmpty, nPos + 1 ); in EraseUnusableHyphens_Impl()
345 if (nPos != STRING_NOTFOUND) in EraseUnusableHyphens_Impl()
431 sal_uInt16 nPos = 0; in GetHyphIndex_Impl() local
440 nPos++; in GetHyphIndex_Impl()
[all …]
/trunk/main/sfx2/source/dialog/
H A Ddockwin.cxx454 sal_uInt16 nPos; member in SfxDockingWindow_Impl
633 pImp->nPos = pImp->nDockPos; in ToggleFloatingMode()
695 pImp->nDockPos = pImp->nPos; in StartDocking()
854 pImp->nPos = pImp->nDockPos; in EndDocking()
947 pImp->nPos = pImp->nDockPos = 0; in SfxDockingWindow()
1059 aStr = pInfo->aExtraString.Copy(nPos, n2 - nPos + 1); in Initialize()
1060 pInfo->aExtraString.Erase(nPos, n2 - nPos + 1); in Initialize()
1061 aStr.Erase(nPos, n1-nPos+1); in Initialize()
1527 sal_uInt16 nLine, nPos; in CalcAlignment() local
1534 pImp->nDockPos = nPos; in CalcAlignment()
[all …]
/trunk/main/sfx2/source/control/
H A Dshell.cxx335 for ( sal_uInt16 nPos = 0; nPos < pImp->aItems.Count(); ++nPos ) in GetItem() local
336 if ( pImp->aItems.GetObject(nPos)->Which() == nSlotId ) in GetItem()
337 return pImp->aItems.GetObject(nPos); in GetItem()
364 for ( sal_uInt16 nPos = 0; nPos < pImp->aItems.Count(); ++nPos ) in RemoveItem() local
368 SfxPoolItem *pItem = pImp->aItems.GetObject(nPos); in RemoveItem()
370 pImp->aItems.Remove(nPos); in RemoveItem()
418 sal_uInt16 nPos; in PutItem() local
419 for ( nPos = 0; nPos < pImp->aItems.Count(); ++nPos, ++ppLoopItem ) in PutItem()
425 pImp->aItems.Remove(nPos); in PutItem()
426 pImp->aItems.Insert( (SfxPoolItemPtr) pItem, nPos ); in PutItem()
[all …]
/trunk/main/accessibility/inc/accessibility/helper/
H A Dlistboxhelper.hxx53 virtual String GetEntry( sal_uInt16 nPos ) const in GetEntry()
55 return m_aComboListBox.GetEntry( nPos ); in GetEntry()
98 virtual sal_Bool IsEntryVisible( sal_uInt16 nPos ) const in IsEntryVisible()
102 return ( nPos >= nTopEntry && nPos < ( nTopEntry + nLines ) ); in IsEntryVisible()
130 virtual sal_Bool IsEntryPosSelected( sal_uInt16 nPos ) const in IsEntryPosSelected()
132 return m_aComboListBox.IsEntryPosSelected(nPos); in IsEntryPosSelected()
145 virtual void SelectEntryPos( sal_uInt16 nPos, sal_Bool bSelect = sal_True ) in SelectEntryPos() argument
147 m_aComboListBox.SelectEntryPos(nPos,bSelect); in SelectEntryPos()
183 long GetIndexForPoint( const Point& rPoint, sal_uInt16& nPos ) const in GetIndexForPoint()
185 return m_aComboListBox.GetIndexForPoint( rPoint, nPos ); in GetIndexForPoint()
/trunk/main/sw/source/ui/fldui/
H A Dflddinf.cxx269 sal_uInt16 nPos = aSelectionLB.GetSelectEntryPos(); in IMPL_LINK() local
275 if (nPos == LISTBOX_ENTRY_NOTFOUND) in IMPL_LINK()
310 nPos = 0; in IMPL_LINK()
360 nPos = aSelectionLB.GetSelectEntryPos(); in IMPL_LINK()
361 if (nPos != LISTBOX_ENTRY_NOTFOUND ) in IMPL_LINK()
363 nSubType = (sal_uInt16)(sal_uLong)aSelectionLB.GetEntryData(nPos); in IMPL_LINK()
439 nSelPos = nPos; in FillSelectionLB()
473 sal_uInt16 nPos = aSelectionLB.GetSelectEntryPos(); in FillItemSet() local
479 if (nPos != LISTBOX_ENTRY_NOTFOUND) in FillItemSet()
485 nPos = aFormatLB.GetSelectEntryPos(); in FillItemSet()
[all …]
/trunk/main/dbaccess/source/ui/dlg/
H A Ddbfindex.cxx168 sal_Int32 nPos = 0; in implRemoveIndex() local
173 ++aSearch, ++nPos in implRemoveIndex()
184 if ((sal_uInt32)nPos == _rList.size()) in implRemoveIndex()
185 _rDisplay.SelectEntryPos((sal_uInt16)nPos-1); in implRemoveIndex()
187 _rDisplay.SelectEntryPos((sal_uInt16)nPos); in implRemoveIndex()
275 for( sal_uInt16 nPos = 0; nPos < nCnt; ++nPos ) variable
289 for( sal_uInt16 nPos = 0; nPos < nCnt; ++nPos ) variable
543 sal_uInt16 nPos = 0; in WriteInfFile() local
546 ++aIndex, ++nPos in WriteInfFile()
551 aKeyName += ByteString::CreateFromInt32( nPos ); in WriteInfFile()
[all …]
/trunk/main/connectivity/source/drivers/dbase/
H A DDTable.cxx1597 m_pFileStream->Seek(nPos); in UpdateRow()
1653 sal_Int32 nPos = 1; in DeleteRow() local
1730 sal_Int32 nPos = i; in UpdateBuffer() local
1737 for(nPos = 0;nPos<_xCols->getCount();++nPos) in UpdateBuffer()
1749 ++nPos; in UpdateBuffer()
1755 …if(pOrgRow.isValid() && (rRow.get()[nPos]->getValue().isNull() || rRow.get()[nPos] == (pOrgRow->ge… in UpdateBuffer()
1832 sal_Int32 nPos = i; in UpdateBuffer() local
1838 for(nPos = 0;nPos<_xCols->getCount();++nPos) in UpdateBuffer()
1870 pIndex->Update(m_nFilePos,*(pOrgRow->get())[nPos],*rRow.get()[nPos]); in UpdateBuffer()
2614 if(nPos != nCount) in copyData()
[all …]
/trunk/main/sw/source/core/bastyp/
H A Dbreakit.cxx116 xub_StrLen nPos ) const in GetRealScriptOfText()
122 if( nPos && nPos == rTxt.Len() ) in GetRealScriptOfText()
123 --nPos; in GetRealScriptOfText()
124 nScript = xBreak->getScriptType( rTxt, nPos ); in GetRealScriptOfText()
126 if ( i18n::ScriptType::WEAK == nScript && nPos + 1 < rTxt.Len() ) in GetRealScriptOfText()
130 switch ( u_charType(rTxt.GetChar(nPos + 1) ) ) { in GetRealScriptOfText()
134 nScript = xBreak->getScriptType( rTxt, nPos+1 ); in GetRealScriptOfText()
138 if( i18n::ScriptType::WEAK == nScript && nPos && in GetRealScriptOfText()
139 0 < (nChgPos = xBreak->beginOfScript( rTxt, nPos, nScript )) ) in GetRealScriptOfText()
143 ( nChgPos = xBreak->endOfScript( rTxt, nPos, nScript ) ) && in GetRealScriptOfText()
/trunk/main/framework/source/uielement/
H A Dtogglebuttontoolbarcontroller.cxx197 sal_Int32 nPos( -1 ); in executeControlCommand() local
199 rControlCommand.Arguments[i].Value >>= nPos; in executeControlCommand()
200 if ( nPos >= 0 && in executeControlCommand()
201 ( sal::static_int_cast< sal_uInt32 >(nPos) in executeControlCommand()
209 aInfo[0].Value <<= nPos; in executeControlCommand()
233 sal_Int32 nPos( COMBOBOX_APPEND ); in executeControlCommand() local
244 nPos = nTmpPos; in executeControlCommand()
252 aIter += nPos; in executeControlCommand()
261 sal_Int32 nPos( -1 ); in executeControlCommand() local
262 if ( rControlCommand.Arguments[i].Value >>= nPos ) in executeControlCommand()
[all …]
/trunk/main/bridges/source/cpp_uno/gcc3_freebsd_intel/
H A Duno2cpp.cxx211 for ( sal_Int32 nPos = 0; nPos < nParams; ++nPos ) in cpp_call() local
213 const typelib_MethodParameter & rParam = pParams[nPos]; in cpp_call()
220 uno_copyAndConvertData( pCppArgs[nPos] = pCppStack, pUnoArgs[nPos], pParamTypeDescr, in cpp_call()
242 *(void **)pCppStack = pCppArgs[nPos] = alloca( pParamTypeDescr->nSize ), in cpp_call()
244 pTempIndizes[nTempIndizes] = nPos; // default constructed for cpp call in cpp_call()
253 *(void **)pCppStack = pCppArgs[nPos] = alloca( pParamTypeDescr->nSize ), in cpp_call()
254 pUnoArgs[nPos], pParamTypeDescr, in cpp_call()
257 pTempIndizes[nTempIndizes] = nPos; // has to be reconverted in cpp_call()
263 *(void **)pCppStack = pCppArgs[nPos] = pUnoArgs[nPos]; in cpp_call()
/trunk/main/bridges/source/cpp_uno/gcc3_linux_intel/
H A Duno2cpp.cxx206 for ( sal_Int32 nPos = 0; nPos < nParams; ++nPos ) in cpp_call() local
208 const typelib_MethodParameter & rParam = pParams[nPos]; in cpp_call()
215 uno_copyAndConvertData( pCppArgs[nPos] = pCppStack, pUnoArgs[nPos], pParamTypeDescr, in cpp_call()
237 *(void **)pCppStack = pCppArgs[nPos] = alloca( pParamTypeDescr->nSize ), in cpp_call()
239 pTempIndizes[nTempIndizes] = nPos; // default constructed for cpp call in cpp_call()
248 *(void **)pCppStack = pCppArgs[nPos] = alloca( pParamTypeDescr->nSize ), in cpp_call()
249 pUnoArgs[nPos], pParamTypeDescr, in cpp_call()
252 pTempIndizes[nTempIndizes] = nPos; // has to be reconverted in cpp_call()
258 *(void **)pCppStack = pCppArgs[nPos] = pUnoArgs[nPos]; in cpp_call()
/trunk/main/bridges/source/cpp_uno/gcc3_netbsd_intel/
H A Duno2cpp.cxx188 for ( sal_Int32 nPos = 0; nPos < nParams; ++nPos ) in cpp_call() local
190 const typelib_MethodParameter & rParam = pParams[nPos]; in cpp_call()
196 uno_copyAndConvertData( pCppArgs[nPos] = pCppStack, pUnoArgs[nPos], pParamTypeDescr, in cpp_call()
215 *(void **)pCppStack = pCppArgs[nPos] = alloca( pParamTypeDescr->nSize ), in cpp_call()
217 pTempIndizes[nTempIndizes] = nPos; // default constructed for cpp call in cpp_call()
225 *(void **)pCppStack = pCppArgs[nPos] = alloca( pParamTypeDescr->nSize ), in cpp_call()
226 pUnoArgs[nPos], pParamTypeDescr, &pThis->pBridge->aUno2Cpp ); in cpp_call()
228 pTempIndizes[nTempIndizes] = nPos; // has to be reconverted in cpp_call()
234 *(void **)pCppStack = pCppArgs[nPos] = pUnoArgs[nPos]; in cpp_call()
/trunk/main/bridges/source/cpp_uno/gcc3_solaris_intel/
H A Duno2cpp.cxx195 for ( sal_Int32 nPos = 0; nPos < nParams; ++nPos ) in cpp_call() local
197 const typelib_MethodParameter & rParam = pParams[nPos]; in cpp_call()
204 uno_copyAndConvertData( pCppArgs[nPos] = pCppStack, pUnoArgs[nPos], pParamTypeDescr, in cpp_call()
223 *(void **)pCppStack = pCppArgs[nPos] = alloca( pParamTypeDescr->nSize ), in cpp_call()
225 pTempIndizes[nTempIndizes] = nPos; // default constructed for cpp call in cpp_call()
234 *(void **)pCppStack = pCppArgs[nPos] = alloca( pParamTypeDescr->nSize ), in cpp_call()
235 pUnoArgs[nPos], pParamTypeDescr, in cpp_call()
238 pTempIndizes[nTempIndizes] = nPos; // has to be reconverted in cpp_call()
244 *(void **)pCppStack = pCppArgs[nPos] = pUnoArgs[nPos]; in cpp_call()
/trunk/main/sw/source/ui/dbui/
H A Ddbmgr.cxx398 sal_Int32 nPos = 0; in MergeNew() local
755 for(sal_uInt16 nPos = 0; nPos < aDataSourceParams.Count(); nPos++) in ~SwNewDBMgr() local
1860 for(sal_Int32 nPos = 0; !bFound && nPos < pFound->aSelection.getLength(); nPos++) in GetColumnCnt() local
1955 sal_Int32 nPos = 0; in ToNextRecord() local
2164 for(sal_uInt16 nPos = 0; nPos < aDataSourceParams.Count(); nPos++) in CloseAll() local
2197 for(sal_uInt16 nPos = aDataSourceParams.Count(); nPos; nPos--) in FindDSData() local
2245 for(sal_uInt16 nPos = 0; nPos < aDataSourceParams.Count(); nPos++) in FindDSConnection() local
2633 for(sal_uInt16 nPos = 0; nPos < aDataSourceParams.Count(); nPos++) in ExecuteFormLetter() local
2670 for(sal_Int32 nPos = 0; nPos < rProperties.getLength(); nPos++) in InsertText() local
2681 nSelectionPos = nPos; in InsertText()
[all …]
/trunk/main/oox/source/dump/
H A Ddumperbase.cxx694 ++nPos; in lclTrimQuotedStringList()
701 aToken.append( rStr.copy( nPos, nEnd - nPos ) ); in lclTrimQuotedStringList()
714 nPos = lclIndexOf( rStr, OOX_DUMP_CFG_LISTSEP, nPos ); in lclTrimQuotedStringList()
718 ++nPos; in lclTrimQuotedStringList()
724 aBuffer.append( rStr.copy( nPos, nEnd - nPos ) ); in lclTrimQuotedStringList()
813 ++nPos; in convertFromDec()
816 for( ; nPos < nLen; ++nPos ) in convertFromDec()
831 for( sal_Int32 nPos = 0, nLen = rData.getLength(); nPos < nLen; ++nPos ) in convertFromHex() local
897 while( (0 <= nPos) && (nPos < nLen) ) in convertStringToStringList()
912 while( (0 <= nPos) && (nPos < nLen) ) in convertStringToIntList()
[all …]
/trunk/main/bridges/source/cpp_uno/gcc3_os2_intel/
H A Duno2cpp.cxx204 for ( sal_Int32 nPos = 0; nPos < nParams; ++nPos ) in cpp_call() local
206 const typelib_MethodParameter & rParam = pParams[nPos]; in cpp_call()
213 uno_copyAndConvertData( pCppArgs[nPos] = pCppStack, pUnoArgs[nPos], pParamTypeDescr, in cpp_call()
232 *(void **)pCppStack = pCppArgs[nPos] = alloca( pParamTypeDescr->nSize ), in cpp_call()
234 pTempIndizes[nTempIndizes] = nPos; // default constructed for cpp call in cpp_call()
243 *(void **)pCppStack = pCppArgs[nPos] = alloca( pParamTypeDescr->nSize ), in cpp_call()
244 pUnoArgs[nPos], pParamTypeDescr, in cpp_call()
247 pTempIndizes[nTempIndizes] = nPos; // has to be reconverted in cpp_call()
253 *(void **)pCppStack = pCppArgs[nPos] = pUnoArgs[nPos]; in cpp_call()
/trunk/main/bridges/source/cpp_uno/gcc3_linux_sparc/
H A Dcpp2uno.cxx88 for ( sal_Int32 nPos = 0; nPos < nParams; ++nPos ) in cpp2uno_call() local
90 const typelib_MethodParameter & rParam = pParams[nPos]; in cpp2uno_call()
96 …pCppArgs[nPos] = pUnoArgs[nPos] = CPPU_CURRENT_NAMESPACE::adjustPointer(pCppStack, pParamTypeDescr… in cpp2uno_call()
111 pCppArgs[nPos] = pUnoArgs[nPos] = pDest; in cpp2uno_call()
124 pCppArgs[nPos] = *(void **)pCppStack; in cpp2uno_call()
129 pUnoArgs[nPos] = alloca( pParamTypeDescr->nSize ); in cpp2uno_call()
130 pTempIndizes[nTempIndizes] = nPos; in cpp2uno_call()
138 uno_copyAndConvertData( pUnoArgs[nPos] = alloca( pParamTypeDescr->nSize ), in cpp2uno_call()
141 pTempIndizes[nTempIndizes] = nPos; // has to be reconverted in cpp2uno_call()
147 pUnoArgs[nPos] = *(void **)pCppStack; in cpp2uno_call()

Completed in 204 milliseconds

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