Home
last modified time | relevance | path

Searched refs:ContentList (Results 1 – 5 of 5) sorted by relevance

/trunk/main/wizards/com/sun/star/wizards/ui/
H A DCommandFieldSelection.java285 String[] ContentList = new String[0]; in fillupCommandListBox() local
289ContentList = new String[CurDBMetaData.getTableNames().length + CurDBMetaData.getQueryNames().leng… in fillupCommandListBox()
290 …System.arraycopy(CurDBMetaData.getQueryNames(), 0, ContentList, CurDBMetaData.getTableNames().leng… in fillupCommandListBox() local
291ContentList = setPrefixinArray(ContentList, sQueryPrefix, CurDBMetaData.getTableNames().length, Cu… in fillupCommandListBox()
295 ContentList = new String[CurDBMetaData.getTableNames().length]; in fillupCommandListBox()
297 …System.arraycopy(CurDBMetaData.getTableNames(), 0, ContentList, 0, CurDBMetaData.getTableNames().l… in fillupCommandListBox() local
300ContentList = setPrefixinArray(ContentList, sTablePrefix, 0, CurDBMetaData.getTableNames().length); in fillupCommandListBox()
302 java.util.Arrays.sort(ContentList, this); in fillupCommandListBox()
303 …etUnoPropertyValue(UnoDialog.getModel(xTableListBox), PropertyNames.STRING_ITEM_LIST, ContentList); in fillupCommandListBox() local
/trunk/main/editeng/source/editeng/
H A Deditdoc.hxx286 class ContentList : public BaseList<ContentNode> class
290 ContentList() : nLastCache(0) {} in ContentList() function in ContentList
660 sal_Bool Adjust( const ContentList& rNodes );
693 class EditDoc : public ContentList
762 sal_uInt32 GetPos( ContentNode* pNode ) const { return ContentList::GetPos(pNode); } in GetPos()
H A Deditdoc2.cxx373 sal_uInt32 ContentList::GetPos( const ContentNodePtr &rPtr ) const in GetPos()
377 ((ContentList *)this)->nLastCache ); in GetPos()
H A Dedtspell.cxx683 ContentList& rNodes = pImpEE->GetEditDoc(); in GetPrevPara()
H A Deditdoc.cxx642 sal_Bool EditSelection::Adjust( const ContentList& rNodes ) in Adjust()