| /AOO41X/test/testuno/source/fvt/uno/sc/cell/ |
| H A D | CellEffectUnderline.java | 74 int[] list = TestUtil.randColorList(19); in data() local 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() 80 {0, list[4], typeList, 4, list[4], "ods"}, //DONTKNOW 4 can not set this setting via UI in data() 81 {5, list[5], typeList, 5, list[5], "ods"}, //DASH 5 in data() 82 {6, list[6], typeList, 6, list[6], "ods"}, //LONGDASH 6 in data() 83 {7, list[7], typeList, 7, list[7], "ods"}, //DASHDOT 7 in data() 84 {8, list[8], typeList, 8, list[8], "ods"}, //DASHDOTDOT 8 in data() [all …]
|
| H A D | CellEffectOverline.java | 74 int[] list = TestUtil.randColorList(19); in data() local 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() 80 {0, list[4], typeList, 4, list[4], "ods"}, //DONTKNOW 4 can not set this setting via UI in data() 81 {5, list[5], typeList, 5, list[5], "ods"}, //DASH 5 in data() 82 {6, list[6], typeList, 6, list[6], "ods"}, //LONGDASH 6 in data() 83 {7, list[7], typeList, 7, list[7], "ods"}, //DASHDOT 7 in data() 84 {8, list[8], typeList, 8, list[8], "ods"}, //DASHDOTDOT 8 in data() [all …]
|
| /AOO41X/main/vcl/inc/ |
| H A D | list.h | 44 typedef struct _list *list; typedef 48 list listNewEmpty(void); 50 list listNewCopy(list); 52 void listDispose(list); 53 …void listSetElementDtor(list, list_destructor); /*- this function will be exec… 56 void * listCurrent(list); 57 int listCount(list); 58 int listIsEmpty(list); 60 int listAtFirst(list); 61 int listAtLast(list); [all …]
|
| /AOO41X/main/vcl/source/fontsubset/ |
| H A D | list.cxx | 72 static lnode *appendPrim(list pThis, void *el) in appendPrim() 96 static lnode *prependPrim(list pThis, void *el) in prependPrim() 122 list listNewEmpty(void) /*- default ctor */ in listNewEmpty() 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() 160 void listDispose(list pThis) /*- dtor */ in listDispose() 167 void listSetElementDtor(list pThis, list_destructor f) in listSetElementDtor() 174 void *listCurrent(list pThis) in listCurrent() 181 int listCount(list pThis) in listCount() [all …]
|
| /AOO41X/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& ); 49 virtual void visit( ParagraphElement&, const std::list< Element* >::const_iterator& ); 50 virtual void visit( FrameElement&, const std::list< Element* >::const_iterator& ); 51 virtual void visit( PolyPolyElement&, 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& ); 54 virtual void visit( DocumentElement&, const std::list< Element* >::const_iterator& ); 76 virtual void visit( HyperlinkElement&, const std::list< Element* >::const_iterator& ); 77 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& ); 53 virtual void visit( ParagraphElement&, const std::list< Element* >::const_iterator& ); 54 virtual void visit( FrameElement&, const std::list< Element* >::const_iterator& ); 55 virtual void visit( PolyPolyElement&, 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& ); 58 virtual void visit( DocumentElement&, const std::list< Element* >::const_iterator& ); 74 virtual void visit( HyperlinkElement&, const std::list< Element* >::const_iterator& ); 75 virtual void visit( TextElement&, const std::list< Element* >::const_iterator& ); [all …]
|
| H A D | writertreevisiting.cxx | 42 void WriterXmlEmitter::visit( HyperlinkElement& elem, const std::list< Element* >::const_iterator& … in visit() 56 std::list< Element* >::iterator this_it = elem.Children.begin(); in visit() 65 void WriterXmlEmitter::visit( TextElement& elem, const std::list< Element* >::const_iterator& ) in visit() 79 std::list< Element* >::iterator this_it = elem.Children.begin(); in visit() 89 void WriterXmlEmitter::visit( ParagraphElement& elem, const std::list< Element* >::const_iterator& … in visit() 101 std::list< Element* >::iterator this_it = elem.Children.begin(); in visit() 200 void WriterXmlEmitter::visit( FrameElement& elem, const std::list< Element* >::const_iterator& ) in visit() 212 std::list< Element* >::iterator this_it = elem.Children.begin(); in visit() 224 void WriterXmlEmitter::visit( PolyPolyElement& elem, const std::list< Element* >::const_iterator& ) in visit() 290 void WriterXmlEmitter::visit( ImageElement& elem, const std::list< Element* >::const_iterator& ) in visit() [all …]
|
| H A D | genericelements.cxx | 56 for( std::list< Element* >::iterator it = Children.begin(); it != Children.end(); ++it ) in applyToChildren() 60 void Element::setParent( std::list<Element*>::iterator& el, Element* pNewParent ) in setParent() 105 for( std::list< Element* >::iterator it = Children.begin(); it != Children.end(); ++it ) in emitStructure() 111 void ListElement::visitedBy( ElementTreeVisitor& visitor, const std::list< Element* >::const_iterat… in visitedBy() 118 const std::list< Element* >::const_iterator& rParentIt ) in visitedBy() 124 const std::list< Element* >::const_iterator& rParentIt ) in visitedBy() 130 const std::list< Element* >::const_iterator& rParentIt ) in visitedBy() 136 const std::list< Element* >::const_iterator& rParentIt) in visitedBy() 165 const std::list< Element* >::const_iterator& rParentIt) in visitedBy() 187 for( std::list< Element* >::iterator it = Children.begin(); it != Children.end(); ++it ) in emitStructure() [all …]
|
| H A D | drawtreevisiting.cxx | 92 void DrawXmlEmitter::visit( HyperlinkElement& elem, const std::list< Element* >::const_iterator& … in visit() 106 std::list< Element* >::iterator this_it = elem.Children.begin(); in visit() 115 void DrawXmlEmitter::visit( TextElement& elem, const std::list< Element* >::const_iterator& ) in visit() 177 std::list< Element* >::iterator this_it = elem.Children.begin(); in visit() 187 void DrawXmlEmitter::visit( ParagraphElement& elem, const std::list< Element* >::const_iterator& ) in visit() 199 std::list< Element* >::iterator this_it = elem.Children.begin(); in visit() 274 void DrawXmlEmitter::visit( FrameElement& elem, const std::list< Element* >::const_iterator& ) in visit() 286 std::list< Element* >::iterator this_it = elem.Children.begin(); in visit() 298 void DrawXmlEmitter::visit( PolyPolyElement& elem, const std::list< Element* >::const_iterator& ) in visit() 367 void DrawXmlEmitter::visit( ImageElement& elem, const std::list< Element* >::const_iterator& ) in visit() [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 …]
|
| /AOO41X/main/padmin/source/ |
| H A D | cmddlg.hxx | 47 static void getStoredCommands( const char* pGroup, ::std::list< String >& rCommands ); 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 ); 57 static void setPrintCommands( const ::std::list< String >& rCommands ); 58 static void setFaxCommands( const ::std::list< String >& rCommands ); 59 static void setPdfCommands( const ::std::list< String >& rCommands ); [all …]
|
| H A D | cmddlg.cxx | 44 void CommandStore::getSystemPrintCommands( ::std::list< String >& rCommands ) in getSystemPrintCommands() 46 static ::std::list< OUString > aSysCommands; in getSystemPrintCommands() 54 ::std::list< OUString >::const_iterator it; in getSystemPrintCommands() 59 void CommandStore::getSystemPdfCommands( ::std::list< String >& rCommands ) in getSystemPdfCommands() 62 static ::std::list< String > aSysCommands; in getSystemPdfCommands() 117 ::std::list< String >::const_iterator it; in getSystemPdfCommands() 124 void CommandStore::getStoredCommands( const char* pGroup, ::std::list< String >& rCommands ) in getStoredCommands() 129 ::std::list< String >::const_iterator it; in getStoredCommands() 145 const ::std::list< String >& rCommands, in setCommands() 146 const ::std::list< String >& rSysCommands in setCommands() [all …]
|
| /AOO41X/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 > > 403 … void getFontAttributesFromXLFD( PrintFont* pFont, const std::list< rtl::OString >& rXLFDs ) const; 405 …e( int nDirID, const rtl::OString& rFileName, const std::list< rtl::OString >& rXLFDs, std::list< … [all …]
|
| /AOO41X/main/stoc/source/simpleregistry/ |
| H A D | simpleregistry.cxx | 402 RegistryValueList< sal_Int32 > list; in getLongListValue() local 403 RegError err = key_.getLongListValue(rtl::OUString(), list); in getLongListValue() 426 sal_uInt32 n = list.getLength(); in getLongListValue() 437 value[static_cast< sal_Int32 >(i)] = list.getElement(i); in getLongListValue() 446 std::vector< sal_Int32 > list; in setLongListValue() local 448 list.push_back(seqValue[i]); in setLongListValue() 451 rtl::OUString(), list.empty() ? 0 : &list[0], in setLongListValue() 452 static_cast< sal_uInt32 >(list.size())); in setLongListValue() 508 std::vector< char > list(size); in getAsciiValue() local 509 err = key_.getValue(rtl::OUString(), &list[0]); in getAsciiValue() [all …]
|
| /AOO41X/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); 46 par2script::remover::remove_leading_and_ending_whitespaces(\$list); 48 while ( $list =~ /^\s*(.*?)\s*\,\s*(.*)\s*$/ ) 51 $list = $2; 58 par2script::remover::remove_leading_and_ending_whitespaces(\$list); 59 push(@{$locallistref}, $list); 70 my ($list) = @_; [all …]
|
| /AOO41X/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 48 one possibility to specify the list entries: the <member>ListBox::ListSource</member> 51 <p>This service here extends this mimic. It allows to fill the list from a data source. 53 form which the list box belongs to, but can be based on an arbitrary table or SQL statement.</p> 59 Now, besides the result set the form is based on (all your invoices), the list box can be caused 60 …to open a second result set, this time for the <em>customer</em> table, and fill it's list with en… 63 …the list, this customer has the unique id we just talked about (which is not necessarily visible t… 64 … user in any way). The list box then automatically transfers this id into the foreign key column of 67 Let's call this result set the list is filled from the <em>list result set</em> here ...</p> [all …]
|
| /AOO41X/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()) 82 for n,v in list(defaults.items()): 108 return list(zip(self._keylist, self._valuelist)) 111 return list(zip(self._keylist,self._valuelist)) 131 list, list1 = [] ,[] 132 list.append("a") 133 list.append("b") [all …]
|
| /AOO41X/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 …]
|
| /AOO41X/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() 175 if (!collectFromFiles(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() 189 …private static boolean collectFromFiles(File dir, ArrayList<Object[]> list, ArrayList<ArrayList<St… in collectFromFiles() argument 198 collectFromFile(f, list, filterItems); in collectFromFiles() 205 …private static boolean collectFromDir(File dir, ArrayList<Object[]> list, ArrayList<ArrayList<Stri… in collectFromDir() argument 213 collectFromDir(file, list, filterItems); in collectFromDir() [all …]
|
| /AOO41X/main/xmerge/source/xmerge/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 …]
|
| /AOO41X/main/offapi/com/sun/star/linguistic2/ |
| H A D | XDictionaryList.idl | 43 /** is used to manage and maintain a list of dictionaries. 45 <P>A dictionary-list may be given to a spellchecker or hyphenator 58 the number of dictionaries in the list. 66 in the list. 73 /** searches the list for a dictionary with a given name. 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 117 dictionary to be removed from the list of dictionaries. [all …]
|
| /AOO41X/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() 168 …for( std::list< Listener >::const_iterator it = m_aListeners.begin(); it != m_aListeners.end(); ++… in callInteractionGranted() 185 … for( std::list< Listener >::const_iterator it = aListeners.begin(); it != aListeners.end(); ++it ) in callInteractionGranted() 193 std::list< Listener > aListeners; in callShutdownCancelled() 203 … for( std::list< Listener >::const_iterator it = aListeners.begin(); it != aListeners.end(); ++it ) in callShutdownCancelled() 210 std::list< Listener > aListeners; in callQuit() [all …]
|
| /AOO41X/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 177 #define get_justification_value( list, index ) get_value( list, index, Adjust2Justification ) 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 180 #define get_strikethrough_value( list, index ) get_value( list, index, Strikeout2String ) 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 [all …]
|
| /AOO41X/main/vcl/unx/generic/fontmanager/ |
| H A D | fontmanager.cxx | 978 … std::list< sal_Unicode > aCodes = rManager.getUnicodeFromAdobeName( pChar->name ); in readAfmMetrics() 979 … for( std::list< sal_Unicode >::const_iterator it = aCodes.begin(); it != aCodes.end(); ++it ) in readAfmMetrics() 1034 std::list< sal_Unicode > aCodes = rManager.getUnicodeFromAdobeName( pChar->name ); in readAfmMetrics() 1035 … for( std::list< sal_Unicode >::const_iterator it = aCodes.begin(); it != aCodes.end(); ++it ) in readAfmMetrics() 1063 … std::list< sal_Unicode > aCodes = rManager.getUnicodeFromAdobeName( pChar->name ); in readAfmMetrics() 1064 … for( std::list< sal_Unicode >::const_iterator it = aCodes.begin(); it != aCodes.end(); ++it ) in readAfmMetrics() 1075 … std::list< sal_Unicode > aCodes = rManager.getUnicodeFromAdobeName( pChar->name ); in readAfmMetrics() 1076 … for( std::list< sal_Unicode >::const_iterator it = aCodes.begin(); it != aCodes.end(); ++it ) in readAfmMetrics() 1262 ::std::list< PrintFont* > aNewFonts; in addFontFile() 1263 if( analyzeFontFile( nDirID, aName, ::std::list<OString>(), aNewFonts ) ) in addFontFile() [all …]
|
| /AOO41X/main/ucb/source/ucp/file/ |
| H A D | shell.cxx | 440 std::list< Notifier* >& nlist = *( it->second.notifier ); in registerNotifier() 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() 2569 std::list< ContentEventNotifier* >& listeners = *p; in getContentEventListeners() 2575 std::list<Notifier*>& listOfNotifiers = *( it->second.notifier ); in getContentEventListeners() 2576 std::list<Notifier*>::iterator it1 = listOfNotifiers.begin(); in getContentEventListeners() 2592 std::list< ContentEventNotifier* >* SAL_CALL 2595 std::list< ContentEventNotifier* >* p = new std::list< ContentEventNotifier* >; in getContentDeletedEventListeners() 2596 std::list< ContentEventNotifier* >& listeners = *p; in getContentDeletedEventListeners() [all …]
|