Searched refs:pTmpEntry (Results 1 – 11 of 11) sorted by relevance
271 sal_uInt8* pTmpEntry = pEntries; in ImplReadDIBPalette() local274 aPalColor.SetBlue( *pTmpEntry++ ); in ImplReadDIBPalette()275 aPalColor.SetGreen( *pTmpEntry++ ); in ImplReadDIBPalette()276 aPalColor.SetRed( *pTmpEntry++ ); in ImplReadDIBPalette()279 pTmpEntry++; in ImplReadDIBPalette()829 sal_uInt8* pTmpEntry = pEntries; in ImplWriteDIBPalette() local836 *pTmpEntry++ = rPalColor.GetBlue(); in ImplWriteDIBPalette()837 *pTmpEntry++ = rPalColor.GetGreen(); in ImplWriteDIBPalette()838 *pTmpEntry++ = rPalColor.GetRed(); in ImplWriteDIBPalette()839 *pTmpEntry++ = 0; in ImplWriteDIBPalette()
970 OQueryTableConnection* pTmpEntry = static_cast<OQueryTableConnection*>(*aIter2); in HideTabWin() local971 OSL_ENSURE(pTmpEntry,"OQueryTableConnection is null!"); in HideTabWin()972 if( pTmpEntry->GetAliasName(JTCS_FROM) == pTabWin->GetAliasName() || in HideTabWin()973 pTmpEntry->GetAliasName(JTCS_TO) == pTabWin->GetAliasName() ) in HideTabWin()976 pUndoAction->InsertConnection(pTmpEntry); in HideTabWin()980 OJoinTableView::RemoveConnection(pTmpEntry,sal_False); in HideTabWin()
1306 SvLBoxEntry* pTmpEntry = aScriptsBox.FirstChild( pEntry ); in RestorePreviousSelection() local1308 while ( pTmpEntry ) in RestorePreviousSelection()1310 debugStr = ::rtl::OUString(aScriptsBox.GetEntryText( pTmpEntry )); in RestorePreviousSelection()1311 if ( aScriptsBox.GetEntryText( pTmpEntry ) == aTmp ) in RestorePreviousSelection()1313 pEntry = pTmpEntry; in RestorePreviousSelection()1316 pTmpEntry = aScriptsBox.NextSibling( pTmpEntry ); in RestorePreviousSelection()1318 if ( !pTmpEntry ) in RestorePreviousSelection()
244 … boost::shared_ptr< LangSvcEntries_Thes > pTmpEntry( new LangSvcEntries_Thes( rSvcImplNames ) ); in SetServiceList() local245 pTmpEntry->aSvcRefs = Sequence< Reference < XThesaurus > >( nLen ); in SetServiceList()246 aSvcMap[ nLanguage ] = pTmpEntry; in SetServiceList()
694 … boost::shared_ptr< LangSvcEntries_Hyph > pTmpEntry( new LangSvcEntries_Hyph( rSvcImplNames[0] ) ); in SetServiceList() local695 pTmpEntry->aSvcRefs = Sequence< Reference < XHyphenator > >( 1 ); in SetServiceList()696 aSvcMap[ nLanguage ] = pTmpEntry; in SetServiceList()
828 … boost::shared_ptr< LangSvcEntries_Spell > pTmpEntry( new LangSvcEntries_Spell( rSvcImplNames ) ); in SetServiceList() local829 pTmpEntry->aSvcRefs = Sequence< Reference < XSpellChecker > >( nLen ); in SetServiceList()830 aSvcMap[ nLanguage ] = pTmpEntry; in SetServiceList()
406 SvLBoxEntry* pTmpEntry = First(); in GetEntryPos() local407 while( pTmpEntry ) in GetEntryPos()409 if ( pTmpEntry == pEntry ) in GetEntryPos()411 pTmpEntry = Next( pTmpEntry ); in GetEntryPos()
680 for(SvLBoxEntry *pTmpEntry=FirstChild(pTarget); in NotifyMoving() local681 pTmpEntry && COMPARE_LESS==pCollator->compareString( in NotifyMoving()682 GetEntryText(pTmpEntry),GetEntryText(pEntry)); in NotifyMoving()683 pTmpEntry=NextSibling(pTmpEntry),lPos++) ; in NotifyMoving()
119 SvLBoxEntry* pTmpEntry; member in ScContentTree
553 SvLBoxEntry* pTmpEntry=pTheView->GetParent(pExpEntry); in InsertChangeAction() local555 if(pTmpEntry!=NULL) pTheView->Expand(pExpEntry); in InsertChangeAction()557 pExpEntry=pTmpEntry; in InsertChangeAction()
148 pTmpEntry= NULL; in ScContentTree()
Completed in 92 milliseconds