/aoo4110/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() 170 xRep.createGraph(foo); in check() 207 Statement xFoo_FooBarBaz = new Statement(foo, bar, baz, foo); in check() 208 xFooGraph.addStatement(foo, bar, baz); in check() 213 Statement xFoo_FooBarBlank = new Statement(foo, bar, blank, foo); in check() 266 xFooGraph.addStatement(foo, bar, baz); in check() 333 xBazGraph.addStatement(foo, foo, foo); in check() 527 xRep.setStatementRDFa(foo, new XURI[] { foo, bar, baz }, xM, in checkRDFa() [all …]
|
/aoo4110/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() 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() 609 new Statement(foo, bar, foo, xFoobar5); in check() [all …]
|
/aoo4110/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\
|
/aoo4110/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()
|
/aoo4110/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
|
/aoo4110/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()
|
/aoo4110/main/toolkit/doc/layout/ |
H A D | oldnotes.txt | 109 + finally remembered: xml foo ... 148 only the UnoControlModel foo ... 186 + xml_helper/xml_impctx.cxx - foo ... 236 <radio id="foo" value="..."/> 238 <radio id="foo" value="..."/>
|
/aoo4110/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"
|
/aoo4110/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 "…
|
/aoo4110/main/udkapi/com/sun/star/script/ |
H A D | XDefaultProperty.idl | 40 syntax like <p>ExampleObject = "foo"</p> 42 <p>ExampleObject.Value = "foo"</p>
|
/aoo4110/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
|
/aoo4110/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()
|
/aoo4110/main/soltools/cpp/ |
H A D | Test.txt | 78 int foo __((int x)); // int foo (int x);
|
/aoo4110/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>
|
/aoo4110/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
|
/aoo4110/main/offapi/com/sun/star/resource/ |
H A D | XStringResourceResolver.idl | 72 name like "foo.nothing.invalid". 92 name like "foo.nothing.invalid".
|
/aoo4110/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)
|
/aoo4110/main/solenv/gbuild/templates/ |
H A D | Library.mk | 76 MODULE/source/foo/bar \
|
/aoo4110/main/filter/source/xmlfilteradaptor/ |
H A D | streamwrap.cxx | 32 namespace foo namespace
|
H A D | streamwrap.hxx | 44 namespace foo namespace
|
/aoo4110/main/odk/examples/cpp/counter/ |
H A D | countermain.cxx | 48 using namespace foo;
|
/aoo4110/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…
|