Home
last modified time | relevance | path

Searched refs:pSourceList (Results 1 – 3 of 3) sorted by relevance

/trunk/main/connectivity/source/drivers/evoab2/
H A DNResultSet.cxx137 ESourceList *pSourceList = NULL; in findSource() local
141 if (!e_book_get_addressbooks (&pSourceList, NULL)) in findSource()
142 pSourceList = NULL; in findSource()
144 for ( GSList *g = e_source_list_peek_groups (pSourceList); g; g = g->next) in findSource()
H A DNDatabaseMetaData.cxx1133 ESourceList *pSourceList; in getTables() local
1134 if( !e_book_get_addressbooks (&pSourceList, NULL) ) in getTables()
1135 pSourceList = NULL; in getTables()
1138 for( g = e_source_list_peek_groups( pSourceList ); g; g = g->next) in getTables()
/trunk/main/sd/source/ui/view/
H A Doutlview.cxx1903 … SfxListUndoAction* pSourceList = dynamic_cast< SfxListUndoAction* >(pLinkAction->GetAction()); in TryToMergeUndoActions() local
1906 if( pSourceList && pDestinationList ) in TryToMergeUndoActions()
1908 sal_uInt16 nCount = pSourceList->aUndoActions.size(); in TryToMergeUndoActions()
1912 SfxUndoAction* pTemp = pSourceList->aUndoActions[0].pAction; in TryToMergeUndoActions()
1913 pSourceList->aUndoActions.Remove(0); in TryToMergeUndoActions()

Completed in 29 milliseconds