Home
last modified time | relevance | path

Searched refs:pPair (Results 1 – 11 of 11) sorted by relevance

/trunk/main/sc/source/ui/miscdlgs/
H A Dcrnrdlg.cxx637 ScRangePair* pPair = NULL; in UpdateRangeData() local
655 theCurData = pPair->GetRange(1); in UpdateRangeData()
782 ScRangePair* pPair; in IMPL_LINK_INLINE_END() local
785 xColNameRanges->Remove( pPair ); in IMPL_LINK_INLINE_END()
786 delete pPair; in IMPL_LINK_INLINE_END()
790 xRowNameRanges->Remove( pPair ); in IMPL_LINK_INLINE_END()
791 delete pPair; in IMPL_LINK_INLINE_END()
850 ScRangePair* pPair = NULL; in IMPL_LINK() local
867 xColNameRanges->Remove( pPair ); in IMPL_LINK()
869 xRowNameRanges->Remove( pPair ); in IMPL_LINK()
[all …]
/trunk/main/svx/workben/msview/
H A Dmsview.cxx834 void Sync( AtomContainerEntryPair* pPair, int nAction );
1023 void MSViewerWorkWindow::Sync( AtomContainerEntryPair* pPair, int nAction ) in Sync() argument
1025 if( mpDocument[0].get() && mpDocument[1].get() && pPair->first && pPair->second ) in Sync()
1027 …AtomContainerTreeListBox* pDestinationListBox = (pPair->first == mpListBox[0]) ? mpListBox[1] : mp… in Sync()
1029 Atom* pAtom = static_cast<Atom*>(pPair->second->GetUserData()); in Sync()
1053 IMPL_LINK(MSViewerWorkWindow, implExpandingHdl, AtomContainerEntryPair*, pPair ) in IMPL_LINK() argument
1055 SvLBoxEntry* pEntry = pPair->second; in IMPL_LINK()
1062 Sync( pPair, 0 ); in IMPL_LINK()
1067 IMPL_LINK(MSViewerWorkWindow, implCollapsingHdl, AtomContainerEntryPair*, pPair ) in IMPL_LINK() argument
1069 Sync( pPair, 1 ); in IMPL_LINK()
/trunk/main/sc/source/core/tool/
H A Drangelst.cxx585 ScRangePair* pPair; member
598 const ScAddress& rStartPos1 = ps1->pPair->GetRange(0).aStart; in ScRangePairList_QsortNameCompare()
599 const ScAddress& rStartPos2 = ps2->pPair->GetRange(0).aStart; in ScRangePairList_QsortNameCompare()
629 const ScAddress& rEndPos1 = ps1->pPair->GetRange(0).aEnd; in ScRangePairList_QsortNameCompare()
630 const ScAddress& rEndPos2 = ps2->pPair->GetRange(0).aEnd; in ScRangePairList_QsortNameCompare()
674 pSortArray[j].pPair = GetObject( j ); in CreateNameSortedArray()
686 ppSortArray[j] = pSortArray[j].pPair; in CreateNameSortedArray()
/trunk/main/vcl/os2/source/gdi/
H A Dos2layout.cxx1028 const KERNINGPAIRS* pPair = std::lower_bound( pFirstPair, local
1030 if( (pPair != pEndPair)
1031 && (pPair->sFirstChar == aRefPair.sFirstChar)
1032 && (pPair->sSecondChar == aRefPair.sSecondChar) )
1033 nKernAmount = pPair->lKerningAmount;
H A Dsalgdi3.cxx573 for( const sal_Unicode* pPair = aGSUBCandidates; *pPair; pPair += 2 ) in ReadGsubTable() local
574 for( sal_Unicode cChar = pPair[0]; cChar < pPair[1]; ++cChar ) in ReadGsubTable()
/trunk/main/accessibility/source/extended/
H A Daccessibletabbarpagelist.cxx338 Pair* pPair = (Pair*) rVclWindowEvent.GetData(); in ProcessWindowEvent() local
339 if ( pPair ) in ProcessWindowEvent()
340 MoveChild( pPair->A(), pPair->B() ); in ProcessWindowEvent()
/trunk/main/sfx2/source/doc/
H A Ddoctemplates.cxx547 NamePair_Impl* pPair; in readFolderList() local
553 pPair = new NamePair_Impl; in readFolderList()
554 pPair->maShortName = aShortNames.GetString( i ); in readFolderList()
555 pPair->maLongName = aLongNames.GetString( i ); in readFolderList()
557 maNames.Insert( pPair, LIST_APPEND ); in readFolderList()
565 NamePair_Impl *pPair = maNames.First(); in getLongName() local
567 while ( pPair ) in getLongName()
569 if ( pPair->maShortName == rShortName ) in getLongName()
571 aRet = pPair->maLongName; in getLongName()
575 pPair = maNames.Next(); in getLongName()
/trunk/main/svtools/source/dialogs/
H A Daddresstemplate.cxx721 AliasProgrammaticPair* pPair = _rMapping.getArray(); in getFieldMapping() local
733 pPair->ProgrammaticName = *aProgrammatic; in getFieldMapping()
734 pPair->Alias = m_pImpl->pConfigData->getFieldAssignment( *aProgrammatic ); in getFieldMapping()
735 ++pPair; in getFieldMapping()
739 _rMapping.realloc( pPair - _rMapping.getArray() ); in getFieldMapping()
/trunk/main/vcl/win/source/gdi/
H A Dsalgdi3.cxx1293 for( const sal_Unicode* pPair = aGSUBCandidates; *pPair; pPair += 2 ) in ReadGsubTable() local
1294 for( sal_Unicode cChar = pPair[0]; cChar < pPair[1]; ++cChar ) in ReadGsubTable()
H A Dwinlayout.cxx3140 const KERNINGPAIR* pPair = std::lower_bound( pFirstPair, local
3142 if( (pPair != pEndPair)
3143 && (pPair->wFirst == aRefPair.wFirst)
3144 && (pPair->wSecond == aRefPair.wSecond) )
3145 nKernAmount = pPair->iKernAmount;
/trunk/main/sc/source/core/data/
H A Ddocumen3.cxx1530 for ( ScRangePair* pPair = pList->First(); pPair; pPair = pList->Next() ) in GetFormulaEntries() local
1532 ScRange aRange = pPair->GetRange(0); in GetFormulaEntries()

Completed in 116 milliseconds