Searched refs:pSourceList (Results 1 – 3 of 3) sorted by relevance
137 ESourceList *pSourceList = NULL; in findSource() local141 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()
1133 ESourceList *pSourceList; in getTables() local1134 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()
1903 … SfxListUndoAction* pSourceList = dynamic_cast< SfxListUndoAction* >(pLinkAction->GetAction()); in TryToMergeUndoActions() local1906 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 32 milliseconds