Home
last modified time | relevance | path

Searched refs:b (Results 176 – 200 of 1116) sorted by relevance

12345678910>>...45

/trunk/main/stoc/test/javavm/
H A Dtestjavavm.cxx83 sal_Bool b= xreg11->isThreadAttached(); in testJavaVM() local
85 b= xreg11->isThreadAttached(); in testJavaVM()
87 b= xreg11->isThreadAttached(); in testJavaVM()
90 b= xVM->isVMEnabled(); in testJavaVM()
91 b= xVM->isVMStarted(); in testJavaVM()
94 b= xVM->isVMEnabled(); in testJavaVM()
95 b= xVM->isVMStarted(); in testJavaVM()
/trunk/main/offapi/com/sun/star/xml/sax/
H A DXFastAttributeList.idl69 <b>or</b> operation.
86 <b>or</b> operation.
108 <b>or</b> operation.
131 <b>or</b> operation.
153 <b>or</b> operation.
/trunk/main/offapi/com/sun/star/i18n/
H A DXCalendar.idl62 <b>"gregorian"</b>
151 /// returns the number of months in a year, e.g. <b>12</b>
155 /// returns the number of days in a week, e.g. <b>7</b>
207 <dd>abbreviated name, e.g. <b>"Jan"</b></dd>
209 <dd>full name, e.g. <b>"January"</b></dd>
/trunk/main/sw/inc/
H A Daccessibilityoptions.hxx40 inline void SetAlwaysAutoColor( sal_Bool b ) { bIsAlwaysAutoColor = b; } in SetAlwaysAutoColor()
43 inline void SetStopAnimatedGraphics( sal_Bool b ) { bIsStopAnimatedText = b; } in SetStopAnimatedGraphics()
46 inline void SetStopAnimatedText( sal_Bool b ) { bIsStopAnimatedGraphics = b;} in SetStopAnimatedText()
/trunk/main/basegfx/source/range/
H A Db2xrange.cxx45 const RangeType& b ) in doComputeSetDifference() argument
54 o_rRanges.push_back( b ); in doComputeSetDifference()
57 if( b.isEmpty() ) in doComputeSetDifference()
67 const typename RangeType::ValueType bx(b.getMinX()); in doComputeSetDifference()
68 const typename RangeType::ValueType by(b.getMinY()); in doComputeSetDifference()
69 const typename RangeType::TraitsType::DifferenceType bw(b.getWidth()); in doComputeSetDifference()
70 const typename RangeType::TraitsType::DifferenceType bh(b.getHeight()); in doComputeSetDifference()
/trunk/main/sc/qa/complex/calcPreview/
H A DViewForwarder.java282 byte[]b = new byte[16]; in checkPositiveViewForwarder()
283 System.in.read(b); in checkPositiveViewForwarder()
329 byte[]b = new byte[16]; in checkPositiveViewForwarder()
330 System.in.read(b); in checkPositiveViewForwarder()
378 System.in.read(b); in checkPositiveViewForwarder()
436 System.in.read(b); in checkPositiveViewForwarder()
694 System.in.read(b); in checkNegativeViewForwarder()
741 System.in.read(b); in checkNegativeViewForwarder()
771 System.in.read(b); in checkNegativeViewForwarder()
916 System.in.read(b); in checkPreviewHeaderCells()
[all …]
/trunk/main/dbaccess/source/ui/dlg/
H A Dodbcconfig.cxx133 #define NSQLAllocHandle(a,b,c) (*(TSQLAllocHandle)(m_pAllocHandle))(a,b,c) argument
134 #define NSQLFreeHandle(a,b) (*(TSQLFreeHandle)(m_pFreeHandle))(a,b) argument
135 #define NSQLSetEnvAttr(a,b,c,d) (*(TSQLSetEnvAttr)(m_pSetEnvAttr))(a,b,c,d) argument
136 #define NSQLDataSources(a,b,c,d,e,f,g,h) (*(TSQLDataSources)(m_pDataSources))(a,b,c,d,e,f,g,h) argument
/trunk/main/basegfx/source/workbench/
H A Dbezierclip.cxx106 line.b = (c.p0.x - c.p3.x); in Impl_calcFatLine()
109 const double len( sqrt( line.a*line.a + line.b*line.b ) ); in Impl_calcFatLine()
113 line.b /= len; in Impl_calcFatLine()
461 << bounds_c2.b << "," in printCurvesWithSafeRange()
467 << bounds_c2.b << "," in printCurvesWithSafeRange()
470 << bounds_c2.b << "," in printCurvesWithSafeRange()
473 << bounds_c2.b << "," in printCurvesWithSafeRange()
476 << bounds_c2.b << "," in printCurvesWithSafeRange()
1522 << line.b << "," in main()
1528 << line.b << "," in main()
[all …]
/trunk/main/xmlsecurity/test_docs/CAs/Sub_CA_1_Root_1/demoCA/newcerts/
H A D1000.pem15 00:c8:41:66:84:c7:d5:c5:72:8f:a6:98:1b:59:e2:
20 5e:87:8b:89:e3:a1:c3:87:49:1d:92:a5:fd:7c:77:
34 33:dd:e8:57:3e:69:1b:a0:4c:83:51:99:dd:73:b0:0c:cb:c7:
35 c0:ff:12:8b:b6:3b:59:12:b9:f1:20:87:75:f0:71:6e:bc:94:
38 5a:23:af:d1:a9:98:9b:55:7e:fa:6b:18:77:03:c4:aa:49:bc:
/trunk/main/pyuno/source/module/
H A Dpyuno_runtime.cxx434 sal_Bool b = sal_Bool(); in any2PyObject() local
435 if ((a >>= b) && b) in any2PyObject()
677 sal_Bool b = sal_True; in pyObject2Any() local
678 a = Any( &b, getBooleanCppuType() ); in pyObject2Any()
682 sal_Bool b = sal_False; in pyObject2Any() local
691 sal_Bool b = sal_True; in pyObject2Any() local
696 sal_Bool b = sal_False; in pyObject2Any() local
704 sal_Int8 b = (sal_Int8 ) l; in pyObject2Any() local
705 a <<= b; in pyObject2Any()
724 sal_Int8 b = (sal_Int8 ) l; in pyObject2Any() local
[all …]
/trunk/main/wizards/com/sun/star/wizards/ui/
H A DButtonList.java687 public void setShowButtons(boolean b) in setShowButtons() argument
689 showButtons = b; in setShowButtons()
790 public void setRowSelect(boolean b) in setRowSelect() argument
792 rowSelect = b; in setRowSelect()
824 public void setenabled(boolean b) in setenabled() argument
829 UnoDialog2.setEnabled(m_aButtons[i], b); in setenabled()
832 UnoDialog2.setEnabled(lblImageText, b); in setenabled()
835 UnoDialog2.setEnabled(btnBack, b); in setenabled()
836 UnoDialog2.setEnabled(btnNext, b); in setenabled()
837 UnoDialog2.setEnabled(lblCounter, b); in setenabled()
[all …]
/trunk/main/offapi/com/sun/star/frame/
H A DFrame.idl110 … <li><b>_blank</b><br> is used to create a new frame when dispatching the URL.</li>
111 …<li><b>_default</b><br> is used to recycle empty or create a new frame when dispatching the URL.</…
112 … <li><b>_self</b><br> forces the frame to dispatch the URL into itself. ("" means the same)</li>
113 <li><b>_parent</b><br> dispatches the URL into the parent frame.</li>
114 …<li><b>_top</b><br> dispatches the URL into the top level frame, the frame where this is invoked b…
/trunk/main/xmlsecurity/test_docs/CAs/Root_11/demoCA/newcerts/
H A D101C.pem18 75:84:1b:a8:8c:fd:7f:63:0c:fc:13:41:82:60:a3:
22 d3:5b:2e:31:e3:6f:a7:5e:5e:9c:ea:2c:d2:c3:af:
36 c6:72:8b:f8:57:9e:b7:bf:b1:f3:99:41:1c:8c:47:a1:93:d8:
38 16:53:fd:34:c1:3c:60:15:fc:3d:3b:90:07:68:ca:af:a1:10:
39 39:c4:6b:15:a6:1a:71:51:20:ea:35:84:ef:8f:ac:51:bc:d7:
41 09:40:13:3b:38:85:02:56:7d:97:db:4d:3d:b5:a1:66:cf:df:
42 19:7a:2f:71:b7:a4:12:c3:9b:df:83:f9:a8:8a:00:68:e4:3a:
/trunk/main/l10ntools/scripts/tool/
H A Dpseudo.py146 b = PseudoSet(list1)
149 print("b="+str(b))
150 print("a|b=" + str(a|b))
152 print("b="+str(b))
153 print("a&b=" + str(a&b))
155 print("b="+str(b))
156 print("a-b" + str(a-b))
/trunk/main/connectivity/java/sdbc_hsqldb/src/com/sun/star/sdbcx/comp/hsqldb/
H A DNativeOutputStreamHelper.java46 public void write(byte[] b, int off, int len) throws java.io.IOException{ in write() argument
47 out.write(key,file,b, off, len); in write()
50 public void write(byte[] b) throws java.io.IOException{ in write() argument
51 out.write(key,file,b); in write()
58 public void write(int b) throws java.io.IOException{ in write() argument
59 out.write(key,file,b); in write()
/trunk/main/javaunohelper/com/sun/star/lib/uno/adapter/
H A DXOutputStreamToOutputStreamAdapter.java72 public void write(byte[] b) throws IOException { in write() argument
75 xout.writeBytes(b); in write()
81 public void write(byte[] b, int off, int len) throws IOException { in write() argument
87 System.arraycopy(b, off, tmp, 0, len); in write()
96 public void write(int b) throws IOException { in write() argument
99 oneByte[0] = (byte) b; in write()
/trunk/main/jurt/java/jurt/src/main/java/com/sun/star/lib/uno/bridges/java_remote/
H A DXConnectionOutputStream_Adapter.java45 public void write(int b) throws IOException { in write() argument
46 _bytes[0] = (byte)b; in write()
58 public void write(byte[] b, int off, int len) throws IOException { in write() argument
61 if(off == 0 && len == b.length) in write()
62 bytes = b; in write()
67 System.arraycopy(b, off, bytes, 0, len); in write()
/trunk/main/sal/rtl/source/
H A Dbootstrap.cxx508 bool b = osl::Security().getConfigDir(v); in getValue() local
511 return b; in getValue()
515 bool b = osl::Security().getHomeDir(v); in getValue() local
518 return b; in getValue()
535 if (b != NULL && b != this && in getValue()
536 b->getDirectValue(key, value, mode, requestStack)) in getValue()
856 rtl::OUStringBuffer b; in rtl_bootstrap_encode() local
860 b.append(sal_Unicode('\\')); in rtl_bootstrap_encode()
862 b.append(c); in rtl_bootstrap_encode()
1002 rtl::Bootstrap b(seg[1]); in expandMacros() local
[all …]
/trunk/main/svx/source/engine3d/
H A Dpolygn3d.cxx145 for(sal_uInt32 b(0L); b < aPolygon.count(); b++) in CreateDefaultNormals() local
208 for(sal_uInt32 b(0L); b < aPolygon.count(); b++) in CreateDefaultTexture() local
211 const basegfx::B3DPoint aCandidate(aPolygon.getB3DPoint(b)); in CreateDefaultTexture()
/trunk/main/drawinglayer/source/primitive3d/
H A Dsdrextrudeprimitive3d.cxx168 for(sal_uInt32 b(0); bAdd && b < nReducedCount; b++) in create3DDecomposition() local
170 if(aCandidate == aReducedLoops.getB3DPolygon(b)) in create3DDecomposition()
188 for(sal_uInt32 b(1); b < nReducedCount; b++) in create3DDecomposition() local
191 const basegfx::B3DPolygon aCandA(aReducedLoops.getB3DPolygon(b - 1)); in create3DDecomposition()
192 const basegfx::B3DPolygon aCandB(aReducedLoops.getB3DPolygon(b)); in create3DDecomposition()
/trunk/main/sc/source/filter/inc/
H A Dxcl97rec.hxx100 inline void SetLocked( sal_Bool b ) in SetLocked() argument
101 { b ? nGrbit |= 0x0001 : nGrbit &= ~0x0001; } in SetLocked()
102 inline void SetPrintable( sal_Bool b ) in SetPrintable() argument
103 { b ? nGrbit |= 0x0010 : nGrbit &= ~0x0010; } in SetPrintable()
104 inline void SetAutoFill( sal_Bool b ) in SetAutoFill() argument
105 { b ? nGrbit |= 0x2000 : nGrbit &= ~0x2000; } in SetAutoFill()
106 inline void SetAutoLine( sal_Bool b ) in SetAutoLine() argument
107 { b ? nGrbit |= 0x4000 : nGrbit &= ~0x4000; } in SetAutoLine()
/trunk/main/offapi/com/sun/star/ui/
H A DModuleUIConfigurationManager.idl73 …<li><b>DefaultConfigStorage</b>a reference to a <type scope="com::sun::star::embed">Storage</type>…
75 …<li><b>UserConfigStorage</b>a reference to a <type scope="com::sun::star::embed">Storage</type> th…
77 <li><b>ModuleIdentifier</b>string that provides the module identifier.</li>
78 …<li><b>UserRootCommit</b>a reference to a <type scope="com::sun::star::embed">XTransactedObject</t…
/trunk/main/idlc/test/parser/
H A Dconstructor.tests120 c1([in] long a, [in] com::sun::star::test::X b);
133 c2([in] sequence<T> b);
143 c2([in] any... b);
153 c2([in] sequence<any> b);
171 c1([in] long a, [in] long b);
182 c2([in] long a, [in] long b);
191 c1([in] long a, [in] short b);
192 c2([in] long a, [in] long b);
/trunk/main/sfx2/source/view/
H A Dview.src89 …=\"Arial\"><dl><dt><b>Title:</b><dd>$(TITEL)<dt><b>Subject:</b><dd>$(THEME)<dt><b>Keywords:</b><dd…
/trunk/main/soltools/cpp/
H A DTest.txt49 #define MAC(a, b) \
50 T() { a(); return b; } // T() { x(); return y; }
64 #define b Test(b)
65 a = b; // a = b;
93 CAT3( a, b ) // ab::ab

Completed in 91 milliseconds

12345678910>>...45