Home
last modified time | relevance | path

Searched refs:pIndex (Results 26 – 50 of 50) sorted by relevance

12

/trunk/main/connectivity/source/drivers/ado/
H A DADatabaseMetaDataImpl.cxx402 _ADOIndex* pIndex = NULL; in Create() local
407 (void**)&pIndex ); in Create()
412 operator=( pIndex ); in Create()
413 pIndex->Release(); in Create()
/trunk/main/sw/source/core/access/
H A Daccframebase.cxx339 int pIndex = pPos->nContent.GetIndex(); in GetSelectedState() local
364 … if( (nHere == nStartIndex) && (pIndex >= pStart->nContent.GetIndex()) || (nHere > nStartIndex) ) in GetSelectedState()
365 if( (nHere == nEndIndex) && (pIndex < pEnd->nContent.GetIndex()) || (nHere < nEndIndex) ) in GetSelectedState()
H A Daccmap.cxx1195 int pIndex = pPos->nContent.GetIndex(); in InvalidateShapeInParaSelection() local
1217 … if( ( (nHere == nStartIndex) && (pIndex >= pStart->nContent.GetIndex()) || (nHere > nStartIndex) ) in InvalidateShapeInParaSelection()
1218 … &&( (nHere == nEndIndex) && (pIndex < pEnd->nContent.GetIndex()) || (nHere < nEndIndex) ) ) in InvalidateShapeInParaSelection()
/trunk/main/connectivity/source/drivers/dbase/
H A DDTable.cxx1649 …ODbaseIndex* pIndex = reinterpret_cast< ODbaseIndex* >( xTunnel->getSomething(ODbaseIndex::getUnoT… in DeleteRow() local
1650 OSL_ENSURE(pIndex,"ODbaseTable::DeleteRow: No Index returned!"); in DeleteRow()
1662 pIndex->Delete(m_nFilePos,*(aRow->get())[nPos]); in DeleteRow()
1762 …ODbaseIndex* pIndex = reinterpret_cast< ODbaseIndex* >( xTunnel->getSomething(ODbaseIndex::getUnoT… in UpdateBuffer() local
1763 OSL_ENSURE(pIndex,"ODbaseTable::UpdateBuffer: No Index returned!"); in UpdateBuffer()
1765 if (pIndex->Find(0,*rRow.get()[nPos])) in UpdateBuffer()
1866 …ODbaseIndex* pIndex = reinterpret_cast< ODbaseIndex* >( xTunnel->getSomething(ODbaseIndex::getUnoT… in UpdateBuffer() local
1867 OSL_ENSURE(pIndex,"ODbaseTable::UpdateBuffer: No Index returned!"); in UpdateBuffer()
1870 pIndex->Update(m_nFilePos,*(pOrgRow->get())[nPos],*rRow.get()[nPos]); in UpdateBuffer()
1872 pIndex->Insert(m_nFilePos,*rRow.get()[nPos]); in UpdateBuffer()
H A DDNoException.cxx339 ONDXPagePtr& ONDXNode::GetChild(ODbaseIndex* pIndex, ONDXPage* pParent) in GetChild() argument
342 if (!aChild.Is() && pIndex) in GetChild()
344 aChild = pIndex->CreatePage(aChild.GetPagePos(),pParent,aChild.HasPage()); in GetChild()
/trunk/main/sw/source/filter/ww8/
H A Dwriterhelper.cxx684 const SwNodeIndex *pIndex = rFmt.GetCntnt().GetCntntIdx(); in GetNoTxtNodeFromSwFrmFmt() local
685 ASSERT(pIndex, "No NodeIndex in SwFrmFmt ?, suspicious"); in GetNoTxtNodeFromSwFrmFmt()
686 if (!pIndex) in GetNoTxtNodeFromSwFrmFmt()
688 SwNodeIndex aIdx(*pIndex, 1); in GetNoTxtNodeFromSwFrmFmt()
H A Ddocxattributeoutput.cxx2773 const SwNodeIndex* pIndex = (*i)->GetTxtFtn()->GetStartNode(); in FootnotesEndnotes() local
2775 m_rExport.WriteSpecialText( pIndex->GetIndex() + 1, in FootnotesEndnotes()
2776 pIndex->GetNode().EndOfSectionIndex(), in FootnotesEndnotes()
H A Drtfattributeoutput.cxx2538 const SwNodeIndex* pIndex = rFootnote.GetTxtFtn()->GetStartNode(); in TextFootnote_Impl() local
2543 m_rExport.WriteSpecialText( pIndex->GetIndex() + 1, in TextFootnote_Impl()
2544 pIndex->GetNode().EndOfSectionIndex(), in TextFootnote_Impl()
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/ifc/bridge/
H A D_XUnoUrlResolver.java144 int pIndex = connectStr.indexOf("port=") + 5; in _resolve() local
145 connectStr = connectStr.substring(0, pIndex); in _resolve()
/trunk/main/connectivity/source/inc/dbase/
H A Ddindexnode.hxx161 ONDXPagePtr& GetChild(ODbaseIndex* pIndex = 0);
240 ONDXPagePtr& GetChild(ODbaseIndex* pIndex = NULL, ONDXPage* = NULL);
/trunk/main/desktop/source/deployment/gui/
H A Ddp_gui_updatedialog.cxx1248 void UpdateDialog::setIgnoredUpdate( UpdateDialog::Index *pIndex, bool bIgnore, bool bIgnoreAll ) in setIgnoredUpdate() argument
1255 if ( pIndex->m_eKind == ENABLED_UPDATE ) in setIgnoredUpdate()
1257 dp_gui::UpdateData aUpdData = m_enabledUpdates[ pIndex->m_nIndex ]; in setIgnoredUpdate()
1262 else if ( pIndex->m_eKind == DISABLED_UPDATE ) in setIgnoredUpdate()
1264 DisabledUpdate &rData = m_disabledUpdates[ pIndex->m_nIndex ]; in setIgnoredUpdate()
/trunk/main/svl/source/numbers/
H A Dzforlist.cxx2877 sal_uInt32* pIndex = (sal_uInt32*) pMergeTable->First(); in ClearMergeTable() local
2878 while (pIndex) in ClearMergeTable()
2880 delete pIndex; in ClearMergeTable()
2881 pIndex = pMergeTable->Next(); in ClearMergeTable()
2967 for (sal_uInt32* pIndex = pMergeTable->First(); pIndex; pIndex = pMergeTable->Next()) in ConvertMergeTableToMap() local
2970 aMap.insert( SvNumberFormatterMergeMap::value_type( nOldKey, *pIndex)); in ConvertMergeTableToMap()
/trunk/main/vcl/source/window/
H A Ddlgctrl.cxx201 sal_uInt16* pIndex ) in ImplGetDlgWindow() argument
297 if ( pIndex ) in ImplGetDlgWindow()
298 *pIndex = i; in ImplGetDlgWindow()
/trunk/main/desktop/win32/source/setup/
H A Dsetup.cpp1809 LPTSTR pIndex = _tcsstr( pAppProdTitle, PRODUCT_NAME_VAR ); in SetProdToAppTitle() local
1811 if ( pIndex ) in SetProdToAppTitle()
1813 int nOffset = pIndex - pAppProdTitle; in SetProdToAppTitle()
1828 StringCchCat( pNewTitle, nLen, pIndex + nVarLen ); in SetProdToAppTitle()
/trunk/main/sc/inc/
H A Ddptabres.hxx67 long* pIndex; // array member in ScDPInitState
82 const long* GetSource() const { return pIndex; } in GetSource()
/trunk/main/svtools/inc/svtools/
H A Dctrltool.hxx174 …SVT_DLLPRIVATE ImplFontListNameInfo* ImplFind( const XubString& rSearchName, sal_uLong* pIndex ) c…
/trunk/main/tools/inc/tools/
H A Dtable.hxx41 TOOLS_DLLPRIVATE sal_uIntPtr ImplGetIndex( sal_uIntPtr nKey, sal_uIntPtr* pIndex = NULL ) const;
/trunk/main/sw/source/core/layout/
H A Dlaycache.cxx494 const SwNodeIndex *pIndex = pSect->GetFmt()->GetCntnt().GetCntntIdx(); in SwActualSection() local
495 pSectNode = pIndex->GetNode().FindSectionNode(); in SwActualSection()
/trunk/main/sc/source/ui/inc/
H A Dgridwin.hxx284 sal_Bool HitRangeFinder( const Point& rMouse, sal_Bool& rCorner, sal_uInt16* pIndex = NULL,
/trunk/main/sc/source/core/data/
H A Ddptabres.cxx261 pIndex = new long[SC_DAPI_MAXFIELDS]; in ScDPInitState()
267 delete[] pIndex; in ~ScDPInitState()
276 pIndex[nCount] = nSourceIndex; in AddMember()
292 if ( pIndex[i] == nIndexValue ) in GetNameIdForIndex()
/trunk/main/starmath/source/
H A Dmathmlimport.cxx2402 SmNode *pIndex = rNodeStack.Pop(); in EndElement() local
2404 pSNode->SetSubNodes(pIndex,pOper,pBase); in EndElement()
/trunk/main/sw/source/core/unocore/
H A Dunoidx.cxx458 SwXDocumentIndex *const pIndex(new SwXDocumentIndex(rSection, rDoc)); in CreateXDocumentIndex() local
459 xIndex.set(pIndex); in CreateXDocumentIndex()
/trunk/main/vcl/inc/vcl/
H A Dwindow.hxx522 … n, sal_uInt16 nType, sal_uInt16 nStart = 0, sal_uInt16 nEnd = 0xFFFF, sal_uInt16* pIndex = NULL );
/trunk/main/sc/source/ui/view/
H A Dgridwin.cxx4627 sal_uInt16* pIndex, SCsCOL* pAddX, SCsROW* pAddY ) in HitRangeFinder() argument
4675 if (pIndex) *pIndex = i; in HitRangeFinder()
/trunk/main/sw/source/filter/rtf/
H A Dswparrtf.cxx1077 SwNodeIndex *pIndex = aIter->second; in DelAndMakeTblFrms() local
1079 pTable->MakeFrms(pIndex); in DelAndMakeTblFrms()

Completed in 236 milliseconds

12