Searched refs:ContentList (Results 1 – 5 of 5) sorted by relevance
| /trunk/main/wizards/com/sun/star/wizards/ui/ |
| H A D | CommandFieldSelection.java | 285 String[] ContentList = new String[0]; in fillupCommandListBox() local 289 …ContentList = new String[CurDBMetaData.getTableNames().length + CurDBMetaData.getQueryNames().leng… in fillupCommandListBox() 290 …System.arraycopy(CurDBMetaData.getQueryNames(), 0, ContentList, CurDBMetaData.getTableNames().leng… in fillupCommandListBox() local 291 …ContentList = 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 300 …ContentList = 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 D | editdoc.hxx | 286 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 D | editdoc2.cxx | 373 sal_uInt32 ContentList::GetPos( const ContentNodePtr &rPtr ) const in GetPos() 377 ((ContentList *)this)->nLastCache ); in GetPos()
|
| H A D | edtspell.cxx | 683 ContentList& rNodes = pImpEE->GetEditDoc(); in GetPrevPara()
|
| H A D | editdoc.cxx | 642 sal_Bool EditSelection::Adjust( const ContentList& rNodes ) in Adjust()
|