/trunk/test/testuno/source/fvt/uno/sc/cell/ |
H A D | CellEffectOverline.java | 76 {0, list[0], typeList, 0, list[0], "ods"}, //NONE 0 in data() 77 {1, list[1], typeList, 1, list[1], "ods"}, //SIGNLE 1 in data() 78 {2, list[2], typeList, 2, list[2], "ods"}, //DOUBLE 2 in data() 79 {3, list[3], typeList, 3, list[3], "ods"}, //DOTTED 3 in data() 81 {5, list[5], typeList, 5, list[5], "ods"}, //DASH 5 in data() 83 {7, list[7], typeList, 7, list[7], "ods"}, //DASHDOT 7 in data() 96 {0, list[0], typeList, 0, list[0], "xls"}, //NONE 0 in data() 97 {0, list[1], typeList, 1, list[1], "xls"}, //SIGNLE 1 in data() 98 {0, list[2], typeList, 2, list[2], "xls"}, //DOUBLE 2 in data() 99 {0, list[3], typeList, 3, list[3], "xls"}, //DOTTED 3 in data() [all …]
|
H A D | CellEffectUnderline.java | 76 {0, list[0], typeList, 0, list[0], "ods"}, //NONE 0 in data() 77 {1, list[1], typeList, 1, list[1], "ods"}, //SIGNLE 1 in data() 78 {2, list[2], typeList, 2, list[2], "ods"}, //DOUBLE 2 in data() 79 {3, list[3], typeList, 3, list[3], "ods"}, //DOTTED 3 in data() 81 {5, list[5], typeList, 5, list[5], "ods"}, //DASH 5 in data() 83 {7, list[7], typeList, 7, list[7], "ods"}, //DASHDOT 7 in data() 96 {0, list[0], typeList, 0, list[0], "xls"}, //NONE 0 in data() 97 {1, list[1], typeList, 1, list[1], "xls"}, //SIGNLE 1 in data() 98 {2, list[2], typeList, 2, list[2], "xls"}, //DOUBLE 2 in data() 99 {1, list[3], typeList, 3, list[3], "xls"}, //DOTTED 3 in data() [all …]
|
/trunk/main/vcl/inc/ |
H A D | list.h | 48 list listNewEmpty(void); 50 list listNewCopy(list); 52 void listDispose(list); 57 int listCount(list); 61 int listAtLast(list); 69 int listNext(list); 76 list listAppend(list, void *); 78 list listPrepend(list, void *); 79 list listInsertAfter(list, void *); 80 list listInsertBefore(list, void *); [all …]
|
/trunk/main/vcl/source/fontsubset/ |
H A D | list.cxx | 124 list pThis = (list)rtl_allocateMemory(sizeof(struct _list)); in listNewEmpty() 135 list listNewCopy(list l) /*- copy ctor */ in listNewCopy() 138 list pThis; in listNewCopy() 299 list listAppend(list pThis, void *el) in listAppend() 307 list listPrepend(list pThis, void *el) in listPrepend() 315 list listInsertAfter(list pThis, void *el) in listInsertAfter() 337 list listInsertBefore(list pThis, void *el) in listInsertBefore() 359 list listRemove(list pThis) in listRemove() 386 list listClear(list pThis) in listClear() 417 void printlist(list l) in printlist() [all …]
|
/trunk/main/sdext/source/pdfimport/tree/ |
H A D | writertreevisiting.hxx | 47 virtual void visit( HyperlinkElement&, const std::list< Element* >::const_iterator& ); 48 virtual void visit( TextElement&, const std::list< Element* >::const_iterator& ); 50 virtual void visit( FrameElement&, const std::list< Element* >::const_iterator& ); 52 virtual void visit( ImageElement&, const std::list< Element* >::const_iterator& ); 53 virtual void visit( PageElement&, const std::list< Element* >::const_iterator& ); 77 virtual void visit( TextElement&, const std::list< Element* >::const_iterator& ); 79 virtual void visit( FrameElement&, const std::list< Element* >::const_iterator& ); 81 virtual void visit( ImageElement&, const std::list< Element* >::const_iterator& ); 82 virtual void visit( PageElement&, const std::list< Element* >::const_iterator& ); 102 virtual void visit( TextElement&, const std::list< Element* >::const_iterator& ); [all …]
|
H A D | drawtreevisiting.hxx | 51 virtual void visit( HyperlinkElement&, const std::list< Element* >::const_iterator& ); 52 virtual void visit( TextElement&, const std::list< Element* >::const_iterator& ); 54 virtual void visit( FrameElement&, const std::list< Element* >::const_iterator& ); 56 virtual void visit( ImageElement&, const std::list< Element* >::const_iterator& ); 57 virtual void visit( PageElement&, const std::list< Element* >::const_iterator& ); 75 virtual void visit( TextElement&, const std::list< Element* >::const_iterator& ); 77 virtual void visit( FrameElement&, const std::list< Element* >::const_iterator& ); 79 virtual void visit( ImageElement&, const std::list< Element* >::const_iterator& ); 80 virtual void visit( PageElement&, const std::list< Element* >::const_iterator& ); 115 virtual void visit( TextElement&, const std::list< Element* >::const_iterator& ); [all …]
|
H A D | writertreevisiting.cxx | 56 std::list< Element* >::iterator this_it = elem.Children.begin(); in visit() 79 std::list< Element* >::iterator this_it = elem.Children.begin(); in visit() 101 std::list< Element* >::iterator this_it = elem.Children.begin(); in visit() 212 std::list< Element* >::iterator this_it = elem.Children.begin(); in visit() 305 std::list< Element* >::iterator this_it = elem.Children.begin(); in visit() 380 std::list< Element* >::iterator next_it = this_it; in visit() 428 std::list<Element*>::const_iterator prev = rParentIt; in visit() 669 std::list< Element* >::iterator it = rElem.Children.begin(); in checkHeaderAndFooter() 677 std::list< Element* >::iterator next_it = it; in checkHeaderAndFooter() 733 std::list< Element* >::iterator it = next++; in optimizeTextElements() [all …]
|
H A D | genericelements.cxx | 60 void Element::setParent( std::list<Element*>::iterator& el, Element* pNewParent ) in setParent() 124 const std::list< Element* >::const_iterator& rParentIt ) in visitedBy() 201 std::list< Element* >::const_iterator it = Children.begin(); in isSingleLined() 260 for( std::list< Element* >::const_iterator it = Children.begin(); in getFirstTextChild() 285 for( std::list< Element* >::iterator it = pEle->Children.begin(); in updateParagraphGeometry() 293 for( std::list< Element* >::iterator it = pEle->Children.begin(); in updateParagraphGeometry() 312 bool PageElement::resolveHyperlink( std::list<Element*>::iterator link_it, std::list<Element*>& rEl… in resolveHyperlink() 333 std::list<Element*>::iterator next = it; in resolveHyperlink() 386 std::list< Element* >::iterator poly_it = Children.begin(); in resolveUnderlines() 426 for( std::list< Element*>::iterator it = Children.begin(); in resolveUnderlines() [all …]
|
H A D | drawtreevisiting.cxx | 106 std::list< Element* >::iterator this_it = elem.Children.begin(); in visit() 177 std::list< Element* >::iterator this_it = elem.Children.begin(); in visit() 199 std::list< Element* >::iterator this_it = elem.Children.begin(); in visit() 286 std::list< Element* >::iterator this_it = elem.Children.begin(); in visit() 387 std::list< Element* >::iterator this_it = elem.Children.begin(); in visit() 403 std::list< Element* >::iterator this_it = elem.Children.begin(); in visit() 442 std::list< Element* >::iterator this_it = elem.Parent->Children.begin(); in visit() 448 std::list< Element* >::iterator next_it = this_it; in visit() 516 std::list< Element* >::iterator page_element, next_page_element; in visit() 713 std::list< Element* >::iterator next = rParent.Children.begin(); in optimizeTextElements() [all …]
|
H A D | genericelements.hxx | 102 static void setParent( std::list<Element*>::iterator& el, Element* pNewParent ); 107 std::list<Element*> Children; 114 virtual void visitedBy( ElementTreeVisitor&, const std::list< Element* >::const_iterator& ); 125 virtual void visitedBy( ElementTreeVisitor&, const std::list< Element* >::const_iterator& ); 161 virtual void visitedBy( ElementTreeVisitor&, const std::list< Element* >::const_iterator& ); 173 virtual void visitedBy( ElementTreeVisitor&, const std::list< Element* >::const_iterator& ); 187 …virtual void visitedBy( ElementTreeVisitor&, const std::list< Element* >::const_iterator& rParentI… 211 …virtual void visitedBy( ElementTreeVisitor&, const std::list< Element* >::const_iterator& rParentI… 232 virtual void visitedBy( ElementTreeVisitor&, const std::list< Element* >::const_iterator& ); 248 … bool resolveHyperlink( std::list<Element*>::iterator link_it, std::list<Element*>& rElements ); [all …]
|
/trunk/main/vcl/inc/vcl/ |
H A D | fontmanager.hxx | 157 std::list< rtl::OUString > m_aAliases; 255 std::list< KernPair > m_aXKernPairs; 256 std::list< KernPair > m_aYKernPairs; 270 std::list< int > m_aAliases; 373 std::list< rtl::OUString > m_aPrinterDrivers; 374 std::list< rtl::OString > m_aFontDirectories; 375 std::list< int > m_aPrivateFontDirectories; 376 std::map< struct XLFDEntry, std::list< struct XLFDEntry > > 405 …e( int nDirID, const rtl::OString& rFileName, const std::list< rtl::OString >& rXLFDs, std::list< … 456 …void parseXLFD_appendAliases( const std::list< rtl::OString >& rXLFDs, std::list< XLFDEntry >& rEn… [all …]
|
/trunk/main/padmin/source/ |
H A D | cmddlg.cxx | 46 static ::std::list< OUString > aSysCommands; in getSystemPrintCommands() 62 static ::std::list< String > aSysCommands; in getSystemPdfCommands() 117 ::std::list< String >::const_iterator it; in getSystemPdfCommands() 129 ::std::list< String >::const_iterator it; in getStoredCommands() 153 ::std::list< String > aWriteList; in setCommands() 201 ::std::list< String > aSysCmds; in setPrintCommands() 208 ::std::list< String > aSysCmds; in setPdfCommands() 215 ::std::list< String > aSysCmds; in setFaxCommands() 326 ::std::list< String >::iterator it; in save() 451 ::std::list< String >* pList; in IMPL_LINK() [all …]
|
H A D | cmddlg.hxx | 48 static void getSystemPrintCommands( ::std::list< String >& rCommands ); 49 static void getSystemPdfCommands( ::std::list< String >& rCommands ); 50 …ic void setCommands( const char* pGroup, const ::std::list< String >& rCommands, const ::std::list… 53 static void getPrintCommands( ::std::list< String >& rCommands ); 54 static void getFaxCommands( ::std::list< String >& rCommands ); 55 static void getPdfCommands( ::std::list< String >& rCommands ); 58 static void setFaxCommands( const ::std::list< String >& rCommands ); 59 static void setPdfCommands( const ::std::list< String >& rCommands ); 89 ::std::list< String > m_aPrinterCommands; 90 ::std::list< String > m_aFaxCommands; [all …]
|
/trunk/main/stoc/source/simpleregistry/ |
H A D | simpleregistry.cxx | 446 std::vector< sal_Int32 > list; in setLongListValue() local 451 rtl::OUString(), list.empty() ? 0 : &list[0], in setLongListValue() 508 std::vector< char > list(size); in getAsciiValue() local 519 if (list[size - 1] != '\0') { in getAsciiValue() 530 &value.pData, &list[0], in getAsciiValue() 661 list.push_back(utf8); in setAsciiListValue() 664 for (std::vector< rtl::OString >::iterator i(list.begin()); i != list.end(); in setAsciiListValue() 740 if (list[size/2 - 1] != 0) { in getStringValue() 829 rtl::OUString(), list.empty() ? 0 : &list[0], in setStringListValue() 994 RegistryKeyArray list; in openKeys() local [all …]
|
/trunk/main/offapi/com/sun/star/form/component/ |
H A D | DatabaseListBox.idl | 45 /** This service specifies a data-aware list box control model. 47 <p>The base service for list boxes (<type>ListBox</type>) offers only 67 Let's call this result set the list is filled from the <em>list result set</em> here ...</p> 80 <p>When you make a selection from a list box, the "BoundColumn" 89 <dd>The selected (displayed) list box string is stored in 97 <p>The bound column property is only used if a list source is defined 98 and the list source matches with the types 110 /** describes the kind of list source used. 117 build up the entry list.</dd> 121 determines the table which the list result set should be based on.</dd> [all …]
|
/trunk/main/solenv/bin/modules/par2script/ |
H A D | work.pm | 37 my ($list, $listref) = @_; # second parameter is optional 39 my @list = (); 42 if (!( $listref )) { $locallistref = \@list; } 45 par2script::remover::remove_leading_and_ending_comma(\$list); 48 while ( $list =~ /^\s*(.*?)\s*\,\s*(.*)\s*$/ ) 51 $list = $2; 59 push(@{$locallistref}, $list); 70 my ($list) = @_; 74 my $includes = analyze_comma_separated_list($list); 372 my $list = $allmodules->{$modulegid}->{$searchkey}; [all …]
|
/trunk/main/l10ntools/scripts/tool/ |
H A D | pseudo.py | 64 return list(self._list.items()) 69 def _remove_dupes(self, list): argument 71 for key in list: 73 return list(tmpdict.keys()) 131 list, list1 = [] ,[] 132 list.append("a") 133 list.append("b") 134 list.append("c") 142 if "a" in list: 145 a = PseudoSet(list) [all …]
|
/trunk/test/testcommon/source/org/openoffice/test/common/ |
H A D | FileProvider.java | 173 ArrayList<Object[]> list = new ArrayList<Object[]>(); in FileProvider() local 174 if (!collectFromFile(reposFile, list, filterItems)) in FileProvider() 176 collectFromDir(reposFile, list, filterItems); in FileProvider() 178 for (int i = 0; i < list.size(); i++) { in FileProvider() 179 Object[] t = list.get(i); in FileProvider() 198 collectFromFile(f, list, filterItems); in collectFromFiles() 213 collectFromDir(file, list, filterItems); in collectFromDir() 217 filter(file.getAbsolutePath(), list, filterItems); in collectFromDir() local 232 filter(line, list, filterItems); in collectFromFile() 254 list.add(data); in filter() [all …]
|
/trunk/main/l10ntools/java/jpropex/java/ |
H A D | OrderedHashMap.java | 31 private LinkedList list = new LinkedList(); field in OrderedHashMap 33 public Iterator iterator() { return list.iterator(); } in iterator() 37 public Object get( int index ) { return hm.get( list.get( index ) ); } in get() 38 public Iterator keys() { return list.iterator(); } in keys() 41 list.add( key ); in add() 46 list.add( index , key ); in add() 51 list.remove( list.indexOf( key ) ); in remove() 56 Object key = list.get( idxFrom ); in move() 57 list.remove( idxFrom ); in move() 58 list.add( idxTo , key ); in move() [all …]
|
/trunk/main/offapi/com/sun/star/linguistic2/ |
H A D | XDictionaryList.idl | 58 the number of dictionaries in the list. 66 in the list. 88 /** adds a dictionary to the list. 90 <P>Additionally, the dictionary-list will add itself to the list of dictionary 106 /** removes a single dictionary from the list. 109 first. The dictionary-list will remove itself from the list of 125 /** adds an entry to the list of dictionary-list event listeners. 127 <P>On dictionary-list events, each entry in the listener list will 137 the object to be notified of dictionary-list events. 151 /** removes an entry from the list of dictionary-list event listeners. [all …]
|
/trunk/main/xmerge/java/xmerge/src/main/java/org/openoffice/xmerge/util/ |
H A D | IntArrayList.java | 36 private ArrayList list; field in IntArrayList 43 list = new ArrayList(); in IntArrayList() 53 list = new ArrayList(initialCapacity); in IntArrayList() 65 list.ensureCapacity(minCapacity); in ensureCapacity() 85 list.ensureCapacity(minCapacity); in ensureCapacityAndFill() 87 int needToAdd = minCapacity - list.size(); in ensureCapacityAndFill() 90 list.add(new Integer(fillValue)); in ensureCapacityAndFill() 106 list.set(index, new Integer(value)); in set() 117 list.add(new Integer(value)); in add() 130 return ((Integer)list.get(index)).intValue(); in get() [all …]
|
/trunk/main/vcl/unx/gtk/a11y/ |
H A D | atktextattributes.cxx | 173 #define get_bool_value( list, index ) get_value( list, index, Bool2String ) argument 174 #define get_short_value( list, index ) get_value( list, index, Short2String ) argument 176 #define get_height_value( list, index ) get_value( list, index, Float2String ) argument 178 #define get_cmm_value( list, index ) get_value( list, index, CMM2UnitString ) argument 179 #define get_scale_width( list, index ) get_value( list, index, Scale2String ) argument 181 #define get_string_value( list, index ) get_value( list, index, GetString ) argument 182 #define get_style_value( list, index ) get_value( list, index, FontSlant2Style ) argument 183 #define get_underline_value( list, index ) get_value( list, index, Underline2String ) argument 184 #define get_variant_value( list, index ) get_value( list, index, CaseMap2String ) argument 185 #define get_weight_value( list, index ) get_value( list, index, Weight2String ) argument [all …]
|
/trunk/main/vcl/source/app/ |
H A D | session.cxx | 75 std::list< Listener > m_aListeners; 127 std::list< Listener > aListeners; in callSaveRequested() 131 for( std::list< Listener >::iterator it = m_aListeners.begin(); in callSaveRequested() 157 … for( std::list< Listener >::const_iterator it = aListeners.begin(); it != aListeners.end(); ++it ) in callSaveRequested() 164 std::list< Listener > aListeners; in callInteractionGranted() 193 std::list< Listener > aListeners; in callShutdownCancelled() 210 std::list< Listener > aListeners; in callQuit() 265 std::list< Listener >::iterator it = m_aListeners.begin(); in removeSessionManagerListener() 295 for( std::list< Listener >::iterator it = m_aListeners.begin(); it != m_aListeners.end(); ++it ) in queryInteraction() 309 for( std::list< Listener >::iterator it = m_aListeners.begin(); it != m_aListeners.end(); ++it ) in interactionDone() [all …]
|
/trunk/main/vcl/unx/generic/fontmanager/ |
H A D | fontmanager.cxx | 1589 std::list< XLFDEntry > aXLFDs; in getFontAttributesFromXLFD() 1873 ::std::list< OUString > aNames; in analyzeTrueTypeFile() 2308 std::list< OUString > aMetricDirs; in initialize() 2672 ::std::list< fontID > aFontList; in getFontListWithInfo() 2675 ::std::list< fontID >::iterator it; in getFontListWithInfo() 2690 ::std::list< fontID > aFontList; in getFontListWithFastInfo() 3426 std::list< OString > aDummyList; in changeFontProperties() 3449 ::std::list< PrintFont* > aFonts; in getImportableFontProperties() 3502 ::std::list< fontID > aDuplicates; in removeFonts() 3882 std::list< OString > aRet; in getAdobeNameFromUnicode() [all …]
|
/trunk/main/ucb/source/ucp/file/ |
H A D | shell.cxx | 442 std::list<Notifier*>::iterator it1 = nlist.begin(); in registerNotifier() 2565 std::list< ContentEventNotifier* >* SAL_CALL 2568 std::list< ContentEventNotifier* >* p = new std::list< ContentEventNotifier* >; in getContentEventListeners() 2592 std::list< ContentEventNotifier* >* SAL_CALL 2595 std::list< ContentEventNotifier* >* p = new std::list< ContentEventNotifier* >; in getContentDeletedEventListeners() 2663 std::list< PropertySetInfoChangeNotifier* >* SAL_CALL 2666 … std::list< PropertySetInfoChangeNotifier* >* p = new std::list< PropertySetInfoChangeNotifier* >; in getPropertySetListeners() 2761 std::list< ContentEventNotifier* >* p = new std::list< ContentEventNotifier* >; in getContentExchangedEventListeners() 2827 std::list< ContentEventNotifier* >* listeners; in notifyContentExchanged() 2845 std::list< PropertyChangeNotifier* >* SAL_CALL [all …]
|