Home
last modified time | relevance | path

Searched refs:pIndex (Results 1 – 25 of 50) sorted by last modified time

12

/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/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/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/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()
/trunk/main/sw/source/filter/ww8/
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()
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()
/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/vcl/source/window/
H A Ddlgctrl.cxx201 sal_uInt16* pIndex ) in ImplGetDlgWindow() argument
297 if ( pIndex ) in ImplGetDlgWindow()
298 *pIndex = i; in ImplGetDlgWindow()
H A Daccel.cxx60 sal_uInt16* pIndex = NULL ) in DBG_NAME()
71 if ( pIndex ) in DBG_NAME()
72 *pIndex = 0; in DBG_NAME()
95 if ( pIndex ) in DBG_NAME()
98 *pIndex = (sal_uInt16)(nMid+1); in DBG_NAME()
100 *pIndex = (sal_uInt16)nMid; in DBG_NAME()
/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/tools/source/memtools/
H A Dtable.cxx36 sal_uIntPtr Table::ImplGetIndex( sal_uIntPtr nKey, sal_uIntPtr* pIndex ) const in ImplGetIndex()
88 if ( pIndex ) in ImplGetIndex()
91 *pIndex = (nMid+1)*2; in ImplGetIndex()
93 *pIndex = nMid*2; in ImplGetIndex()
/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/filter/xml/
H A DXMLRedlineImportHelper.cxx119 pIndex(NULL) in XTextRangeOrNodeIndexPosition()
125 delete pIndex; in ~XTextRangeOrNodeIndexPosition()
131 if (NULL != pIndex) in Set()
133 delete pIndex; in Set()
134 pIndex = NULL; in Set()
140 if (NULL != pIndex) in Set()
141 delete pIndex; in Set()
143 pIndex = new SwNodeIndex(rIndex); in Set()
178 if (NULL == pIndex) in CopyPositionInto()
191 rPos.nNode = *pIndex; in CopyPositionInto()
[all …]
/trunk/main/sw/source/filter/rtf/
H A Dswparrtf.cxx1077 SwNodeIndex *pIndex = aIter->second; in DelAndMakeTblFrms() local
1079 pTable->MakeFrms(pIndex); in DelAndMakeTblFrms()
/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/sw/source/core/undo/
H A Dunsect.cxx311 SwNodeIndex const*const pIndex) in SwUndoDelSection() argument
319 , m_nStartNode( pIndex->GetIndex() ) in SwUndoDelSection()
320 , m_nEndNode( pIndex->GetNode().EndOfSectionIndex() ) in SwUndoDelSection()
422 SwSection const& rSection, SwNodeIndex const*const pIndex, in SwUndoUpdateSection() argument
427 , m_nStartNode( pIndex->GetIndex() ) in SwUndoUpdateSection()
/trunk/main/sw/source/core/doc/
H A Ddoccomp.cxx66 sal_uLong* pIndex; member in CompareData
152 sal_uLong* pIndex; member in Compare::MovedData
201 : pIndex( 0 ), pChangedFlag( 0 ), nSttLineNum( 0 ) in CompareData()
207 delete[] pIndex; in ~CompareData()
213 if( !pIndex ) in SetIndex()
215 pIndex = new sal_uLong[ aLines.Count() ]; in SetIndex()
219 pIndex[ nLine ] = nIndex; in SetIndex()
590 : pIndex( 0 ), pLineNum( 0 ), nCount( 0 ) in MovedData()
603 pIndex = new sal_uLong[ nCount ]; in MovedData()
609 pIndex[ nCount ] = rData.GetIndex( n ); in MovedData()
[all …]
/trunk/main/sw/source/core/crsr/
H A Dcallnk.cxx193 const SwNodeIndex* pIndex = pFlyFrm->GetFmt()->GetCntnt().GetCntntIdx(); in ~SwCallLink() local
194 ASSERT( pIndex, "Fly ohne Cntnt" ); in ~SwCallLink()
196 if (!pIndex) in ~SwCallLink()
199 const SwNode& rStNd = pIndex->GetNode(); in ~SwCallLink()
/trunk/main/sw/source/core/access/
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()
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()
/trunk/main/svtools/source/control/
H A Dctrltool.cxx162 ImplFontListNameInfo* FontList::ImplFind( const XubString& rSearchName, sal_uLong* pIndex ) const in ImplFind()
173 if ( pIndex ) in ImplFind()
174 *pIndex = LIST_APPEND; in ImplFind()
183 if ( pIndex ) in ImplFind()
184 *pIndex = LIST_APPEND; in ImplFind()
222 if ( pIndex ) in ImplFind()
226 *pIndex = (nMid+1); in ImplFind()
228 *pIndex = nMid; in ImplFind()
/trunk/main/svtools/inc/svtools/
H A Dctrltool.hxx174 …SVT_DLLPRIVATE ImplFontListNameInfo* ImplFind( const XubString& rSearchName, sal_uLong* pIndex ) c…
/trunk/main/svl/source/misc/
H A Downlist.cxx44 if(rCmd.GetChar( *pIndex ) == '\"') { in PRV_SV_IMPL_OWNER_LIST()
45 (*pIndex) ++; in PRV_SV_IMPL_OWNER_LIST()
47 sal_uInt16 begin = *pIndex; in PRV_SV_IMPL_OWNER_LIST()
49 while(*pIndex < rCmd.Len() && rCmd.GetChar((*pIndex) ++) != '\"') ; in PRV_SV_IMPL_OWNER_LIST()
51 result = String(rCmd.Copy(begin, *pIndex - begin - 1)); in PRV_SV_IMPL_OWNER_LIST()
59 sal_uInt16 begin = *pIndex; in parseWord()
61 while(*pIndex < rCmd.Len() && !isspace(rCmd.GetChar(*pIndex)) && rCmd.GetChar(*pIndex) != '=') in parseWord()
62 (*pIndex) ++; in parseWord()
64 return String(rCmd.Copy(begin, *pIndex - begin)); in parseWord()
69 while(*pIndex < rCmd.Len() && isspace(rCmd.GetChar(*pIndex))) in eatSpace()
[all …]
/trunk/main/starmath/source/
H A Dmathmlimport.cxx2402 SmNode *pIndex = rNodeStack.Pop(); in EndElement() local
2404 pSNode->SetSubNodes(pIndex,pOper,pBase); in EndElement()

Completed in 208 milliseconds

12