/aoo41x/main/unoxml/source/rdf/ |
H A D | CURI.cxx | 755 ::rtl::OUString arg0; in initialize() 767 if (!(aArguments[0] >>= arg0)) { in initialize() 779 arg0 = arg0 + arg1; in initialize() 785 if ( ((idx = arg0.indexOf ('#')) >= 0) in initialize() 786 || ((idx = arg0.lastIndexOf('/')) >= 0) in initialize() 787 || ((idx = arg0.lastIndexOf(':')) >= 0)) in initialize() 790 if (idx < arg0.getLength() - 1) { in initialize() 791 arg1 = arg0.copy(idx+1); in initialize() 792 arg0 = arg0.copy(0, idx+1); in initialize() 801 if (arg0.getLength() > 0) { in initialize() [all …]
|
H A D | CLiteral.cxx | 113 ::rtl::OUString arg0; in initialize() 114 if (!(aArguments[0] >>= arg0)) { in initialize() 121 m_Value = arg0; in initialize()
|
/aoo41x/main/l10ntools/java/l10nconv/java/com/sun/star/tooling/converter/ |
H A D | ConverterException.java | 50 public ConverterException(String arg0) { in ConverterException() argument 51 super(arg0); in ConverterException() 58 public ConverterException(Throwable arg0) { in ConverterException() argument 59 super(arg0); in ConverterException() 67 public ConverterException(String arg0, Throwable arg1) { in ConverterException() argument 68 super(arg0, arg1); in ConverterException()
|
H A D | LineErrorException.java | 51 public LineErrorException(String arg0) { in LineErrorException() argument 52 super(arg0); in LineErrorException() 59 public LineErrorException(Throwable arg0) { in LineErrorException() argument 60 super(arg0); in LineErrorException() 68 public LineErrorException(String arg0, Throwable arg1) { in LineErrorException() argument 69 super(arg0, arg1); in LineErrorException()
|
H A D | ExtMap.java | 53 public ExtMap(int arg0) { in ExtMap() argument 54 super(arg0); in ExtMap() 62 public ExtMap(int arg0, float arg1) { in ExtMap() argument 63 super(arg0, arg1); in ExtMap() 70 public ExtMap(Map arg0) { in ExtMap() argument 71 super(arg0); in ExtMap()
|
/aoo41x/main/l10ntools/java/l10nconv/java/com/sun/star/tooling/languageResolver/ |
H A D | LanguageResolver.java | 170 public LanguageResolvingException(String arg0) { in LanguageResolvingException() argument 171 super(arg0); in LanguageResolvingException() 179 public LanguageResolvingException(String arg0, Throwable arg1) { in LanguageResolvingException() argument 180 super(arg0, arg1); in LanguageResolvingException() 187 public LanguageResolvingException(Throwable arg0) { in LanguageResolvingException() argument 188 super(arg0); in LanguageResolvingException()
|
/aoo41x/main/l10ntools/java/l10nconv/java/com/sun/star/tooling/DirtyTags/ |
H A D | DirtyTagWrapper.java | 218 public TagWrapperException(String arg0) { in TagWrapperException() argument 219 super(arg0); in TagWrapperException() 229 public TagWrapperException(String arg0, Throwable arg1) { in TagWrapperException() argument 230 super(arg0, arg1); in TagWrapperException() 239 public TagWrapperException(Throwable arg0) { in TagWrapperException() argument 240 super(arg0); in TagWrapperException()
|
/aoo41x/main/wizards/com/sun/star/wizards/form/ |
H A D | UIControlArranger.java | 423 public void addListDataListener(ListDataListener arg0) in addListDataListener() argument 428 public void itemStateChanged(ItemEvent arg0) in itemStateChanged() argument 463 public void contentsChanged(ListDataEvent arg0) in contentsChanged() argument 471 public void intervalAdded(ListDataEvent arg0) in intervalAdded() argument 479 public void intervalRemoved(ListDataEvent arg0) in intervalRemoved() argument 487 public void disposing(EventObject arg0) in disposing() argument
|
/aoo41x/main/wizards/com/sun/star/wizards/ui/ |
H A D | PeerConfig.java | 99 public void windowResized(WindowEvent arg0) in windowResized() argument 103 public void windowMoved(WindowEvent arg0) in windowMoved() argument 107 public void windowShown(EventObject arg0) in windowShown() argument 151 public void windowHidden(EventObject arg0) in windowHidden() argument 155 public void disposing(EventObject arg0) in disposing() argument
|
H A D | ImageList.java | 125 public void mousePressed(MouseEvent arg0) in mousePressed() argument 130 public void mouseReleased(MouseEvent arg0) in mouseReleased() argument 134 public void mouseEntered(MouseEvent arg0) in mouseEntered() argument 138 public void mouseExited(MouseEvent arg0) in mouseExited() argument 142 public void disposing(EventObject arg0) in disposing() argument 1071 public void disposing(EventObject arg0) in disposing() argument
|
H A D | WizardDialog.java | 153 public void vetoableChange(java.beans.PropertyChangeEvent arg0) in vetoableChange() argument 791 public void notifyTermination(EventObject arg0) in notifyTermination() argument 796 public void queryTermination(EventObject arg0) in queryTermination() argument 803 public void disposing(EventObject arg0) in disposing() argument
|
H A D | ButtonList.java | 103 public void disposing(EventObject arg0) in disposing() argument
|
/aoo41x/main/comphelper/qa/complex/comphelper/ |
H A D | Map.java | 293 …public boolean has( Object arg0 ) { throw new UnsupportedOperationException( "Not implemente… in has() argument 294 …public void insert( Object arg0 ) { throw new UnsupportedOperationException( "Not implemente… in insert() argument 295 …public void remove( Object arg0 ) { throw new UnsupportedOperationException( "Not implemente… in remove() argument 303 …public void addContainerListener( XContainerListener arg0 ) { throw new UnsupportedOperationExcept… in addContainerListener() argument 304 …public void removeContainerListener( XContainerListener arg0 ) { throw new UnsupportedOperationExc… in removeContainerListener() argument 309 …public Object getByIdentifier( int arg0 ) { throw new UnsupportedOperationException( "Not implemen… in getByIdentifier() argument
|
/aoo41x/main/testtools/source/bridgetest/ |
H A D | constructors.cxx | 78 ::sal_Bool arg0 = sal_Bool(); in initialize() 123 && (arguments[0] >>= arg0) && arg0 in initialize() 241 ttb::TestPolyStruct< css::uno::Type > arg0; in initialize() local 304 && (arguments[0] >>= arg0) && arg0.member == cppu::UnoType<sal_Int32>::get() in initialize()
|
/aoo41x/main/wizards/com/sun/star/wizards/db/ |
H A D | TableDescriptor.java | 772 public void elementInserted(ContainerEvent arg0) in elementInserted() argument 776 … XPropertySet xTablePropertySet = UnoRuntime.queryInterface(XPropertySet.class, arg0.Element); in elementInserted() 792 public void elementRemoved(ContainerEvent arg0) in elementRemoved() argument 799 public void elementReplaced(ContainerEvent arg0) in elementReplaced() argument 806 public void disposing(EventObject arg0) in disposing() argument
|
/aoo41x/main/sal/osl/unx/ |
H A D | backtrace.h | 40 long arg0[8]; member 67 long arg0[8]; member
|
/aoo41x/main/reportbuilder/java/com/sun/star/report/pentaho/ |
H A D | SOFunctionManager.java | 144 public XFunctionDescription getFunctionByName(String arg0) throws NoSuchElementException in getFunctionByName() argument 146 final FunctionDescription func = functionRegistry.getMetaData(arg0); in getFunctionByName()
|
/aoo41x/main/wizards/com/sun/star/wizards/web/ |
H A D | IconsDialog.java | 144 public Object getElementAt(int arg0) in getElementAt() argument 146 return objects[arg0]; in getElementAt()
|
H A D | WWD_Events.java | 1124 public void keyReleased(KeyEvent arg0) in keyReleased() argument 1128 public void disposing(EventObject arg0) in disposing() argument
|
/aoo41x/main/reportbuilder/java/com/sun/star/report/pentaho/output/spreadsheet/ |
H A D | SpreadsheetRawReportTarget.java | 127 public int compareTo(final Object arg0) in compareTo() argument 129 if (arg0.equals(this)) in compareTo() 133 if (arg0 instanceof ColumnBoundary) in compareTo() 135 if (boundary > ((ColumnBoundary) arg0).boundary) in compareTo()
|
/aoo41x/main/wizards/com/sun/star/wizards/table/ |
H A D | ScenarioSelector.java | 297 public void itemStateChanged(ItemEvent arg0) in itemStateChanged() argument 305 public void disposing(EventObject arg0) in disposing() argument
|
H A D | FieldFormatter.java | 403 public void itemStateChanged(ItemEvent arg0) in itemStateChanged() argument 425 public void disposing(EventObject arg0) in disposing() argument
|
/aoo41x/test/testassistant/lib/ |
H A D | testcommon.jar | META-INF/
META-INF/MANIFEST.MF
org/
org/openoffice/
org/openoffice/test/
org/openoffice/test/common/
... |
/aoo41x/main/wizards/com/sun/star/wizards/agenda/ |
H A D | TopicsControl.java | 1306 public void keyReleased(KeyEvent arg0) 1314 public void disposing(EventObject arg0)
|
/aoo41x/test/testassistant/src/org/openoffice/test/assistant/views/ |
H A D | VclExplorer.java | 316 public void run(IProgressMonitor arg0) throws InvocationTargetException, InterruptedException { in makeActions()
|