Searched refs:pPair (Results 1 – 11 of 11) sorted by relevance
/aoo42x/main/sc/source/ui/miscdlgs/ |
H A D | crnrdlg.cxx | 637 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 …]
|
/aoo42x/main/svx/workben/msview/ |
H A D | msview.cxx | 834 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()
|
/aoo42x/main/sc/source/core/tool/ |
H A D | rangelst.cxx | 585 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()
|
/aoo42x/main/vcl/os2/source/gdi/ |
H A D | os2layout.cxx | 1028 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 D | salgdi3.cxx | 573 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()
|
/aoo42x/main/accessibility/source/extended/ |
H A D | accessibletabbarpagelist.cxx | 338 Pair* pPair = (Pair*) rVclWindowEvent.GetData(); in ProcessWindowEvent() local 339 if ( pPair ) in ProcessWindowEvent() 340 MoveChild( pPair->A(), pPair->B() ); in ProcessWindowEvent()
|
/aoo42x/main/sfx2/source/doc/ |
H A D | doctemplates.cxx | 547 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()
|
/aoo42x/main/svtools/source/dialogs/ |
H A D | addresstemplate.cxx | 721 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()
|
/aoo42x/main/vcl/win/source/gdi/ |
H A D | salgdi3.cxx | 1293 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 D | winlayout.cxx | 3140 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;
|
/aoo42x/main/sc/source/core/data/ |
H A D | documen3.cxx | 1530 for ( ScRangePair* pPair = pList->First(); pPair; pPair = pList->Next() ) in GetFormulaEntries() local 1532 ScRange aRange = pPair->GetRange(0); in GetFormulaEntries()
|
Completed in 94 milliseconds