Home
last modified time | relevance | path

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

/trunk/main/vcl/source/gdi/
H A Ddibtools.cxx271 sal_uInt8* pTmpEntry = pEntries; in ImplReadDIBPalette() local
274 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() local
836 *pTmpEntry++ = rPalColor.GetBlue(); in ImplWriteDIBPalette()
837 *pTmpEntry++ = rPalColor.GetGreen(); in ImplWriteDIBPalette()
838 *pTmpEntry++ = rPalColor.GetRed(); in ImplWriteDIBPalette()
839 *pTmpEntry++ = 0; in ImplWriteDIBPalette()
/trunk/main/cui/source/dialogs/
H A Dscriptdlg.cxx1306 SvLBoxEntry* pTmpEntry = aScriptsBox.FirstChild( pEntry ); in RestorePreviousSelection() local
1308 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()
/trunk/main/dbaccess/source/ui/querydesign/
H A DQueryTableView.cxx970 OQueryTableConnection* pTmpEntry = static_cast<OQueryTableConnection*>(*aIter2); in HideTabWin() local
971 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()
/trunk/main/linguistic/source/
H A Dthesdsp.cxx244 … boost::shared_ptr< LangSvcEntries_Thes > pTmpEntry( new LangSvcEntries_Thes( rSvcImplNames ) ); in SetServiceList() local
245 pTmpEntry->aSvcRefs = Sequence< Reference < XThesaurus > >( nLen ); in SetServiceList()
246 aSvcMap[ nLanguage ] = pTmpEntry; in SetServiceList()
H A Dhyphdsp.cxx694 … boost::shared_ptr< LangSvcEntries_Hyph > pTmpEntry( new LangSvcEntries_Hyph( rSvcImplNames[0] ) ); in SetServiceList() local
695 pTmpEntry->aSvcRefs = Sequence< Reference < XHyphenator > >( 1 ); in SetServiceList()
696 aSvcMap[ nLanguage ] = pTmpEntry; in SetServiceList()
H A Dspelldsp.cxx828 … boost::shared_ptr< LangSvcEntries_Spell > pTmpEntry( new LangSvcEntries_Spell( rSvcImplNames ) ); in SetServiceList() local
829 pTmpEntry->aSvcRefs = Sequence< Reference < XSpellChecker > >( nLen ); in SetServiceList()
830 aSvcMap[ nLanguage ] = pTmpEntry; in SetServiceList()
/trunk/main/svtools/source/contnr/
H A Dsvtabbx.cxx406 SvLBoxEntry* pTmpEntry = First(); in GetEntryPos() local
407 while( pTmpEntry ) in GetEntryPos()
409 if ( pTmpEntry == pEntry ) in GetEntryPos()
411 pTmpEntry = Next( pTmpEntry ); in GetEntryPos()
/trunk/main/sfx2/source/dialog/
H A Dtempldlg.cxx680 for(SvLBoxEntry *pTmpEntry=FirstChild(pTarget); in NotifyMoving() local
681 pTmpEntry && COMPARE_LESS==pCollator->compareString( in NotifyMoving()
682 GetEntryText(pTmpEntry),GetEntryText(pEntry)); in NotifyMoving()
683 pTmpEntry=NextSibling(pTmpEntry),lPos++) ; in NotifyMoving()
/trunk/main/sc/source/ui/inc/
H A Dcontent.hxx119 SvLBoxEntry* pTmpEntry; member in ScContentTree
/trunk/main/sc/source/ui/miscdlgs/
H A Dacredlin.cxx553 SvLBoxEntry* pTmpEntry=pTheView->GetParent(pExpEntry); in InsertChangeAction() local
555 if(pTmpEntry!=NULL) pTheView->Expand(pExpEntry); in InsertChangeAction()
557 pExpEntry=pTmpEntry; in InsertChangeAction()
/trunk/main/sc/source/ui/navipi/
H A Dcontent.cxx148 pTmpEntry= NULL; in ScContentTree()

Completed in 107 milliseconds