Home
last modified time | relevance | path

Searched refs:List (Results 201 – 225 of 566) sorted by relevance

12345678910>>...23

/trunk/main/icu/
H A Dicu4c-4_0_1-src.patch187 sprintf(tmp, "# List file for gencmn:\n"
201 sprintf(tmp, "# List file for gencmn:\n"
257 sprintf(tmp, "# List file for gencmn:\n"
/trunk/main/sw/source/ui/dbui/
H A Dcreateaddresslistdialog.src39 Text [ en-US ] = "New Address List";
168 Text [ en-US ] = "%PRODUCTNAME Address List (.csv)";
/trunk/main/sd/source/ui/func/
H A Dfusldlg.cxx81 List aPageNameList; in DoExecute()
107 List* pCustomShowList = mpDoc->GetCustomShowList(); // No Create in DoExecute()
/trunk/main/ooxml/source/framework/SchemaParser/src/org/apache/openoffice/ooxml/schema/simple/
H A DSimpleTypeDescriptorFactory.java33 import org.apache.openoffice.ooxml.schema.model.simple.List;
185 public void Visit (final List aNode) in Visit()
/trunk/main/sd/source/ui/view/
H A Doutlview.cxx762 List* pList = pOlView->CreateSelectionList(); in IMPL_LINK()
1018 mpOldParaOrder = new List; in IMPL_LINK()
1446 std::auto_ptr<List> pSelList( static_cast< List* >(pActiveView->CreateSelectionList()) ); in IMPL_LINK_INLINE_END()
1543 List* pSelParas = mpOutlinerView[0]->CreateSelectionList(); in SetSelectedPages()
H A Ddrawview.cxx210 List* pList = (List*)pOV->CreateSelectionList(); in SetAttributes()
/trunk/main/odk/examples/java/Inspector/
H A DIntrospector.java68 import java.util.List;
262 List aListOfProperties = java.util.Arrays.asList(aProperties); in getProperties()
280 List aListOfTypes = java.util.Arrays.asList(aTypes); in getInterfaces()
H A DUnoNode.java44 import java.util.List;
261 List aList = java.util.Arrays.asList(_sServiceNames); in removeMandatoryServiceNames()
/trunk/main/vbahelper/source/msforms/
H A Dvbalistbox.cxx261 ScVbaListBox::List( const ::uno::Any& pvargIndex, const uno::Any& pvarColumn ) throw (uno::RuntimeE… in List() function in ScVbaListBox
263 return mpListHelper->List( pvargIndex, pvarColumn ); in List()
/trunk/main/sd/source/ui/docshell/
H A Ddocshell.cxx361 List* pFrameViewList = mpDoc->GetFrameViewList(); in InPlaceActivate()
403 List* pFrameViewList = mpDoc->GetFrameViewList(); in InPlaceActivate()
/trunk/main/sc/inc/
H A Ddpsave.hxx192 List aDimList;
223 const List& GetDimensions() const { return aDimList; } in GetDimensions()
/trunk/main/offapi/com/sun/star/i18n/
H A DXCollator.idl122 /** List all collator algorithms for a given locale.
152 /** List all end user collator options for a given algorithm.
/trunk/main/connectivity/java/dbtools/src/org/apache/openoffice/comp/sdbc/dbtools/sdbcx/
H A DOIndexContainer.java25 import java.util.List;
55 …public OIndexContainer(Object lock, List<String> names, boolean isCaseSensitive, OTable table) thr… in OIndexContainer()
/trunk/test/testassistant/src/org/openoffice/test/assistant/views/
H A DUIMapOp.java29 import java.util.List;
146 List fragments = field.fragments(); in scan()
/trunk/main/svx/source/sdr/properties/
H A Dattributeproperties.cxx351 List aList; in SetModel()
424 List aList; in SetModel()
/trunk/main/sc/source/ui/inc/
H A Dundotab.hxx234 const ScUndoTabColorInfo::List& rUndoTabColorList);
245 ScUndoTabColorInfo::List aTabColorList;
/trunk/main/cui/source/inc/
H A Dnumpages.hxx210 List aGrfNames;
305 List aGrfNames;
H A Dcuitabline.hxx145 List aGrfNames;
146 List aGrfBrushItems;
/trunk/main/bean/java/officebean/src/main/java/com/sun/star/beans/
H A DLocalOfficeConnection.java29 import java.util.List;
63 private List mComponents = new Vector();
/trunk/main/sd/source/ui/dlg/
H A Dsdtreelb.cxx1002 List* SdPageObjsTLB::GetSelectEntryList( sal_uInt16 nDepth ) in GetSelectEntryList()
1004 List* pList = NULL; in GetSelectEntryList()
1013 pList = new List(); in GetSelectEntryList()
1607 List* pShowList = const_cast<SdDrawDocument*>(mpDoc)->GetCustomShowList(); in PageBelongsToCurrentShow()
H A Dpresent.cxx53 List& rPageNames, List* pCSList ) : in SdStartPresentationDlg()
/trunk/main/extensions/source/propctrlr/
H A Dformres.src278 Text [ en-US ] = "List content" ;
390 Text [ en-US ] = "List index" ;
414 Text [ en-US ] = "List entries" ;
1243 Text [ en-US ] = "List entry source" ;
/trunk/test/testcommon/source/org/openoffice/test/vcl/client/
H A DCommandCaller.java30 import java.util.List;
391 List<Object> ret = new ArrayList<Object>(); in handleResponse()
/trunk/main/tools/source/fsys/
H A Ddirent.cxx199 class DirEntryStack: public List
213 List::Insert( pEntry, LIST_APPEND ); in Push()
218 return (DirEntry*) List::Remove( Count() - 1 ); in Pop()
223 return (DirEntry*) List::GetObject( Count() - 1 ); in Top()
228 return (DirEntry*) List::GetObject( 0 ); in Bottom()
/trunk/main/vcl/source/gdi/
H A Dgdimtf.cxx135 class ImpLabelList : private List
139 ImpLabelList() : List( 8, 4, 4 ) {} in ImpLabelList()
156 List( rList ) in ImpLabelList()
193 List ( 0x3EFF, 64, 64 ), in GDIMetaFile()
207 List ( rMtf ), in GDIMetaFile()
250 List::operator=( rMtf ); in operator =()
348 List::Clear(); in Clear()

Completed in 167 milliseconds

12345678910>>...23