Home
last modified time | relevance | path

Searched refs:nPos (Results 1451 – 1475 of 1843) sorted by relevance

1...<<51525354555657585960>>...74

/aoo42x/main/cui/source/customize/
H A Dmacropg.cxx602 sal_uLong nPos; in IMPL_STATIC_LINK() local
605 ( nPos = rListBox.GetModel()->GetAbsPos( pE ) ) ) in IMPL_STATIC_LINK()
631 sal_uLong nPos; in GenericHandler_Impl() local
633 ( nPos = rListBox.GetModel()->GetAbsPos( pE ) ) ) in GenericHandler_Impl()
/aoo42x/main/sw/source/core/fields/
H A Dcellfml.cxx738 sal_uInt16 nPos; in lcl_GetLongBoxNum() local
740 if( STRING_NOTFOUND == ( nPos = rStr.Search( cRelTrenner ) )) in lcl_GetLongBoxNum()
747 nRet = rStr.Copy( 0, nPos ).ToInt32(); in lcl_GetLongBoxNum()
748 rStr.Erase( 0, nPos+1 ); in lcl_GetLongBoxNum()
/aoo42x/main/sd/source/core/
H A Dstlsheet.cxx477 sal_uInt16 nPos = aName.Search(aOutlineStr); in GetRealStyleSheet() local
478 if (nPos != STRING_NOTFOUND) in GetRealStyleSheet()
539 sal_uInt16 nPos = aStyleName.Search(aOutlineStr); in GetPseudoStyleSheet() local
540 if (nPos != STRING_NOTFOUND) in GetPseudoStyleSheet()
/aoo42x/main/basic/source/runtime/
H A Dstep0.cxx745 sal_uInt16 nPos = 0; in StepRSET() local
750 nPos = nVarStrLen - aRefValString.Len(); in StepRSET()
752 aRefVarString = aRefVarString.Copy( 0, nPos ); in StepRSET()
753 aRefVarString += aRefValString.Copy( 0, nVarStrLen - nPos ); in StepRSET()
/aoo42x/main/sd/source/ui/dlg/
H A Dprltempl.cxx237 nPos = 0; in SdPresLayoutTemplateDlg()
277 aSet.Put (SfxUInt16Item(SID_TABPAGE_POS,nPos)); in PageCreated()
/aoo42x/main/cui/source/inc/
H A Dhangulhanjadlg.hxx74 void SelectEntryPos( sal_uInt16 nPos );
78 XubString GetEntry( sal_uInt16 nPos ) const;
/aoo42x/main/tools/source/communi/
H A Dgeninfo.cxx231 sal_uIntPtr nPos = 0; in GetInfo() local
232 GenericInformation *pReturnInfo = Search( nPos, sKey, 0, Count() - 1 ); in GetInfo()
/aoo42x/main/reportdesign/source/ui/dlg/
H A DDateTime.cxx142 … const sal_Int16 nPos = pListBox->InsertEntry(getFormatStringByKey(*pIter,xFormats,bTime)); in InsertEntry() local
143 pListBox->SetEntryData(nPos, reinterpret_cast<void*>(*pIter)); in InsertEntry()
/aoo42x/main/sc/inc/
H A Daddincol.hxx223 ScAddInArgumentType GetArgType( long nPos );
224 void SetParam( long nPos, const com::sun::star::uno::Any& rValue );
/aoo42x/main/accessibility/inc/accessibility/standard/
H A Dvclxaccessiblelist.hxx153 void UpdateFocus_Impl_Acc ( sal_uInt16 nPos, bool b_IsDropDownList) ;
222 void UpdateSelection_Impl (sal_uInt16 nPos = 0);
/aoo42x/main/ucb/source/ucp/file/
H A Dshell.cxx1191 sal_Int32 nPos = -1; in move() local
1196 nPos = nLastDot; in move()
1198 nPos = dstUnqPath.getLength(); in move()
1209 newDstUnqPath = newDstUnqPath.replaceAt( nPos, 0, aPostFix ); in move()
1421 sal_Int32 nPos = -1; in copy() local
1426 nPos = nLastDot; in copy()
1428 nPos = dstUnqPath.getLength(); in copy()
1439 newDstUnqPath = newDstUnqPath.replaceAt( nPos, 0, aPostFix ); in copy()
/aoo42x/main/dbaccess/source/core/api/
H A DCRowSetDataColumn.cxx94 sal_Int32 nPos = 0; in createArrayHelper() local
117 … OSL_ENSURE( nPos == nDerivedProperties, "ORowSetDataColumn::createArrayHelper: inconsistency!" ); in createArrayHelper()
/aoo42x/main/reportdesign/source/ui/report/
H A DViewsWindow.cxx267 for (sal_uInt16 nPos=0;aIter != aEnd ; ++aIter,++nPos) in Resize() local
1833 sal_uInt16 nPos = sal_uInt16(-1); in collapseSections() local
1834 if ( (pIter->Value >>= nPos) && nPos < m_aSections.size() ) in collapseSections()
1836 m_aSections[nPos]->setCollapsed(sal_True); in collapseSections()
/aoo42x/main/vcl/source/app/
H A Ddbggui.cxx721 xub_StrLen nPos = aStr.Search( _LF ); in InsertLine() local
723 while ( nPos != STRING_NOTFOUND ) in InsertLine()
728 sal_uInt16 nInsertionPos = maLstBox.InsertEntry( aStr.Copy( 0, nPos ) ); in InsertLine()
733 aStr.Erase( 0, nPos+1 ); in InsertLine()
734 nPos = aStr.Search( _LF ); in InsertLine()
/aoo42x/main/desktop/source/deployment/gui/
H A Ddp_gui_updatedialog.cxx817 sal_uInt16 nPos = insertItem( pEntry, SvLBoxButtonKind_enabledCheckbox ); in addEnabledUpdate() local
818 m_updates.CheckEntryPos( nPos ); in addEnabledUpdate()
1333 sal_Int32 nPos = m_noDependencyCurVer.indexOf( sVersion ); in IMPL_LINK() local
1334 if ( nPos >= 0 ) in IMPL_LINK()
1338 … m_noDependencyCurVer = m_noDependencyCurVer.replaceAt( nPos, sVersion.getLength(), sCurVersion ); in IMPL_LINK()
/aoo42x/main/sw/source/ui/uno/
H A Dunoatxt.cxx220 for(sal_Int32 nPos = 0; nPos < aGroupName.getLength(); nPos++) in insertNewByName() local
222 sal_Unicode cChar = aGroupName[nPos]; in insertNewByName()
/aoo42x/main/vcl/unx/generic/gdi/
H A Dsalprnpsp.cxx90 sal_Int32 nPos = 0; in getPdfDir() local
91 aDir = aToken.getToken( 1, '=', nPos ); in getPdfDir()
998 sal_Int32 nPos = 0; in StartJob() local
999 … m_bSwallowFaxNo = ! aToken.getToken( 1, '=', nPos ).compareToAscii( "swallow", 7 ) ? true : false; in StartJob()
/aoo42x/main/forms/source/misc/
H A DInterfaceContainer.cxx1168 …sal_Int32 nPos = ::std::find(m_aItems.begin(), m_aItems.end(), (*aPair.first).second) - m_aItems.b… in replaceByName() local
1170 implReplaceByIndex( nPos, Element, aGuard ); in replaceByName()
1182 …sal_Int32 nPos = ::std::find(m_aItems.begin(), m_aItems.end(), (*aPair.first).second) - m_aItems.b… in removeByName() local
1183 removeByIndex(nPos); in removeByName()
/aoo42x/main/sc/source/ui/dbgui/
H A Dfiltdlg.cxx571 sal_uInt16 nPos = nHeaderPos[nColumn]; in UpdateHdrInValueList() local
572 if ( nPos != USHRT_MAX ) in UpdateHdrInValueList()
575 sal_uInt16 nListPos = nPos + 2; // nach "leer" und "nicht leer" in UpdateHdrInValueList()
577 TypedStrData* pHdrEntry = (*pEntryLists[nColumn])[nPos]; in UpdateHdrInValueList()
/aoo42x/main/oox/source/xls/
H A Dpagesettings.cxx943 sal_Int32 nPos = 0; in convertFontStyle() local
945 while( (0 <= nPos) && (nPos < nLen) ) in convertFontStyle()
947 …OString aToken = OUStringToOString( rStyle.getToken( 0, ' ', nPos ), RTL_TEXTENCODING_UTF8 ).toAsc… in convertFontStyle()
/aoo42x/main/svx/inc/svx/
H A Drulritem.hxx228 void Insert(const SvxColumnDescription &rDesc, sal_uInt16 nPos) { in Insert() argument
230 aColumns.Insert(pDesc, nPos); in Insert()
/aoo42x/main/svx/source/items/
H A Dhlnkitem.cxx158 sal_uInt32 nPos = rStrm.Tell(); in Create() local
209 rStrm.Seek( nPos ); in Create()
/aoo42x/main/xmloff/source/style/
H A Dxmlstyle.cxx383 sal_uLong nPos = 0; in FindStyleChildContext() local
384 if( pIndices->Seek_Entry( &aIndex, &nPos ) ) in FindStyleChildContext()
385 pStyle = pIndices->GetObject( nPos )->GetStyle(); in FindStyleChildContext()
/aoo42x/main/sdext/source/pdfimport/
H A Dfilterdet.cxx290 unsigned int nPos = 0; in getCurPos() local
293 nPos = static_cast<unsigned int>( m_xSeek->getPosition() ); in getCurPos()
295 return nPos; in getCurPos()
/aoo42x/main/comphelper/source/streaming/
H A Dotransactedfilestream.cxx281 sal_Int64 nPos = m_pStreamData->m_xTempSeekable->getPosition(); in Commit_Impl() local
307 m_pStreamData->m_xTempSeekable->seek( nPos ); in Commit_Impl()
323 m_pStreamData->m_xOrigSeekable->seek( nPos ); in Commit_Impl()

Completed in 220 milliseconds

1...<<51525354555657585960>>...74