| /AOO41X/main/unoxml/qa/complex/unoxml/ |
| H A D | RDFRepositoryTest.java | 69 XURI foo; field in RDFRepositoryTest 109 foo = URI.create(xContext, "uri:foo"); in before() 110 assertNotNull("foo", foo); in before() 166 XNamedGraph xFooGraph = xRep.createGraph(foo); in check() 170 xRep.createGraph(foo); in check() 185 1 == names.length && eq(names[0], foo)); in check() 186 assertNotNull("no foo graph", xRep.getGraph(foo)); in check() 193 xRep.exportGraph(FileFormat.RDF_XML, xFooOut, foo, base); in check() 207 Statement xFoo_FooBarBaz = new Statement(foo, bar, baz, foo); in check() 208 xFooGraph.addStatement(foo, bar, baz); in check() [all …]
|
| /AOO41X/main/sfx2/qa/complex/sfx2/ |
| H A D | DocumentMetadataAccess.java | 100 XURI foo; field in DocumentMetadataAccess 152 foo = URI.create(xContext, "uri:foo"); in before() 153 assertNotNull("foo", foo); in before() 324 foo, new XURI[0]); in check() 334 foo, new XURI[0]); in check() 343 foo, new XURI[0]); in check() 397 xDocMDAccess.loadMetadataFromStorage(null, foo, null); in check() 505 new Statement(foo, bar, foo, xFoobar); in check() 506 xRep.getGraph(xFoobar).addStatement(foo, bar, foo); in check() 577 new Statement(foo, bar, foo, xFoobar4); in check() [all …]
|
| /AOO41X/main/odk/examples/DevelopersGuide/Extensions/DialogWithHelp/ |
| H A D | Makefile | 54 help/de/com.foocorp.foo-ext/page1.xhp\ 55 help/de/com.foocorp.foo-ext/page2.xhp\ 56 help/de/com.foocorp.foo-ext/subfolder/anotherpage.xhp\ 57 help/en/com.foocorp.foo-ext/page1.xhp\ 58 help/en/com.foocorp.foo-ext/page2.xhp\ 59 help/en/com.foocorp.foo-ext/subfolder/anotherpage.xhp\
|
| /AOO41X/main/sal/qa/rtl/logfile/ |
| H A D | rtl_logfile.cxx | 198 RTL_LOGFILE_CONTEXT ( foo , "foo-function" ); in logfile_003() 199 RTL_LOGFILE_CONTEXT_TRACE ( foo , "trace" ); in logfile_003() 200 RTL_LOGFILE_CONTEXT_TRACE1 ( foo , "trace %d" , 1 ); in logfile_003() 201 RTL_LOGFILE_CONTEXT_TRACE2 ( foo , "trace %d %d" , 1 , 2 ); in logfile_003() 202 RTL_LOGFILE_CONTEXT_TRACE3 ( foo , "trace %d %d %d" , 1 , 2 , 3); in logfile_003()
|
| /AOO41X/main/vcl/source/gdi/ |
| H A D | bmpfast.cxx | 543 int foo = 0; (void)foo; // so no warning is created when building on pro with debug in ImplConvertFromBitmap() local 664 int foo = 0; (void)foo; // so no warning is created when building on pro with debug in ImplFastBitmapConversion() local 802 int foo = 0; (void)foo; // so no warning is created when building on pro with debug in ImplBlendFromBitmap() local 930 int foo = 0; (void)foo; // so no warning is created when building on pro with debug in ImplFastBitmapBlending() local
|
| /AOO41X/main/l10ntools/source/help/ |
| H A D | HelpCompiler.hxx | 56 #define HCDBG(foo) do { if (1) foo; } while(0) argument 58 #define HCDBG(foo) do { if (0) foo; } while(0) argument
|
| H A D | HelpCompiler.cxx | 330 std::string foo = anchor.empty() ? hid : hid + "#" + anchor; in traverse() local 331 HCDBG(std::cerr << "hid pushback" << foo << std::endl); in traverse()
|
| /AOO41X/main/offapi/com/sun/star/util/ |
| H A D | URL.idl | 52 http://www.sun.de:8080/pub/test/foo.txt?a=b#xyz 65 http://www.sun.de:8080/pub/test/foo.txt 100 …/** contains the last segment of the hierarchical path of the URL, for the above example, "foo.txt"
|
| /AOO41X/main/ooo_custom_images/industrial/ |
| H A D | TODO | 69 …for file in `cat ../../missing`; do foo=`md5sum default_images/$file | cut -f 1 -d ' '`; if test "…
|
| /AOO41X/main/udkapi/com/sun/star/script/ |
| H A D | XDefaultProperty.idl | 40 syntax like <p>ExampleObject = "foo"</p> 42 <p>ExampleObject.Value = "foo"</p>
|
| /AOO41X/main/offapi/com/sun/star/ucb/ |
| H A D | GlobalTransferCommandArgument.idl | 68 <p>A title clash for instance occurs, if a file named "foo.txt" is 70 "foo.txt". Refer to <type>NameClash</type> for possible values for
|
| H A D | TransferInfo.idl | 65 <p>A title clash for instance occurs, if a file named "foo.txt" is 67 "foo.txt".
|
| H A D | WebDAVContentProvider.idl | 97 vnd.sun.star.webdav://dav.foo.com/Documents/report.sdw 100 http://dav.foo.com/Documents/report.sdw
|
| /AOO41X/main/bridges/source/cpp_uno/gcc3_linux_ia64/ |
| H A D | cpp2uno.cxx | 617 Slot foo = {0,0}; in initializeBlock() local 618 slots[-2] = foo; in initializeBlock() 619 slots[-1] = foo; in initializeBlock()
|
| /AOO41X/main/offapi/com/sun/star/script/provider/ |
| H A D | XScript.idl | 71 <code>long foo( [inout] string a, [in] string b, [out] string c )</code> 73 … <code>bar.invoke( {"foo", "foo2", "this-is-ignored" }, aOutParamIndex, aOutParam);</code>
|
| /AOO41X/main/udkapi/com/sun/star/connection/ |
| H A D | SocketPermission.idl | 65 SocketPermission("foo.bar.com:7777", "connect,accept"); 67 is granted, it allows to connect to port 7777 on foo.bar.com, and to
|
| /AOO41X/main/offapi/com/sun/star/resource/ |
| H A D | XStringResourceResolver.idl | 72 name like "foo.nothing.invalid". 92 name like "foo.nothing.invalid".
|
| /AOO41X/main/testtools/source/bridgetest/cli/ |
| H A D | cli_vb_bridgetest.vb | 44 Namespace foo 802 Dim a As foo.MyInterface = DirectCast(xLBT, foo.MyInterface)
|
| H A D | cli_cs_bridgetest.cs | 34 namespace foo namespace 337 foo.MyInterface a = (foo.MyInterface) xLBT; in performQueryForUnknownType()
|
| /AOO41X/main/filter/source/xmlfilteradaptor/ |
| H A D | streamwrap.cxx | 32 namespace foo namespace
|
| H A D | streamwrap.hxx | 44 namespace foo namespace
|
| /AOO41X/main/solenv/gbuild/templates/ |
| H A D | Library.mk | 76 MODULE/source/foo/bar \
|
| /AOO41X/main/odk/examples/cpp/counter/ |
| H A D | countermain.cxx | 48 using namespace foo;
|
| H A D | XCountable.idl | 26 module foo
|
| /AOO41X/main/offapi/com/sun/star/sdb/ |
| H A D | XSingleSelectQueryAnalyzer.idl | 204 …the sub queries: Consider a query named <code>foo</code>, which is defined as <code>SELECT * FROM … 205 …Now assume that <code>bar</code> is a query defined as <code>SELECT * FROM "foo"</code>. Passing e…
|