Home
last modified time | relevance | path

Searched refs:b (Results 401 – 425 of 1116) sorted by relevance

1...<<11121314151617181920>>...45

/trunk/main/offapi/com/sun/star/ucb/
H A DPackageStreamContent.idl94 <b>Supported Commands</b>
119 <b>Supported Properties</b>
H A DHelpContent.idl93 <b>Supported Commands</b>
113 <b>Supported Properties</b>
H A DHierarchyFolderContent.idl97 <b>Supported Commands</b>
125 <b>Supported Properties</b>
H A DFTPContent.idl133 <b>Supported Commands</b>
159 <b>Supported Properties</b>
H A DTransientDocumentsFolderContent.idl102 <b>Supported Commands</b>
132 <b>Supported Properties</b>
H A DWebDAVFolderContent.idl96 <b>Supported Commands</b>
125 <b>Supported Properties</b>
H A DHierarchyRootFolderContent.idl101 <b>Supported Commands</b>
123 <b>Supported Properties</b>
H A DTransientDocumentsDocumentContent.idl103 <b>Supported Commands</b>
127 <b>Supported Properties</b>
/trunk/main/offapi/com/sun/star/util/
H A DSearchFlags.idl101 <p> If not specified (<b>strict</b>), the search is successful if
116 <p> If specified (<b>relaxed</b>), the search is also successful
/trunk/main/drawinglayer/source/primitive3d/
H A Dpolygontubeprimitive3d.cxx397 for(sal_uInt32 b(0L); b < aNewPolygon.count(); b++) in getLineJoinSegments() local
399 aNewPolygon.setNormal(b, basegfx::B3DVector(aNewPolygon.getB3DPoint(b))); in getLineJoinSegments()
/trunk/main/sw/source/core/crsr/
H A Dpam.cxx1220 sal_Bool SwPaM::Overlap(const SwPaM & a, const SwPaM & b) in Overlap() argument
1222 return !(*b.End() <= *a.Start() || *a.End() <= *b.End()); in Overlap()
1239 sal_Bool SwPaM::LessThan(const SwPaM & a, const SwPaM & b) in LessThan() argument
1241 return (*a.Start() < *b.Start()) || (*a.Start() == *b.Start() && *a.End() < *b.End()); in LessThan()
/trunk/main/solenv/inc/
H A Dtg_def.mk42 DEF$(TNR)EXPORTFILE=$(MISC)/$(SHL$(TNR)VERSIONMAP:b)_$(SHL$(TNR)TARGET).dxp
65 DEF$(TNR)EXPORTFILE=$(MISC)/$(SHL$(TNR)VERSIONMAP:b)_$(SHL$(TNR)TARGET).dxp
294 @+-$(RM) $(LB)/$(SHL$(TNR)TARGETN:b).lib
295 $(COMMAND_ECHO)+$(IMPLIB) $(IMPLIBFLAGS) $(LB)/$(SHL$(TNR)TARGETN:b).lib $@
/trunk/main/vcl/inc/vcl/
H A Ddockwin.hxx42 DockingData( const Point& rPt, const Rectangle& rRect, sal_Bool b) : in DockingData()
43 …maMousePos( rPt ), maTrackRect( rRect ), mbFloating( b ), mbLivemode( sal_False ), mbInteractive( … in DockingData()
54 EndDockingData( const Rectangle& rRect, sal_Bool b, sal_Bool bCancelled ) : in EndDockingData()
55 maWindowRect( rRect ), mbFloating( b ), mbCancelled( bCancelled ) in EndDockingData()
/trunk/main/offapi/com/sun/star/xml/sax/
H A DXFastSerializer.idl83 <b>or</b> operation.
136 <b>or</b> operation.
/trunk/main/offapi/com/sun/star/accessibility/
H A DXAccessibleMultiLineText.idl108 line when the <b>End</b> key gets pressed. Since the index of this position
129 line when the <b>End</b> key gets pressed. Since the index of this position
/trunk/main/scripting/examples/java/debugger/
H A DOOBeanShellDebugger.java144 JButton b = new JButton(labels[i]); in initUI() local
145 b.addActionListener(this); in initUI()
146 p.add(b); in initUI()
149 b.setEnabled(false); in initUI()
/trunk/main/vcl/inc/win/
H A Dsalgdi.h391 inline bool ImplCmpKernData( const KERNINGPAIR& a, const KERNINGPAIR& b ) in ImplCmpKernData() argument
393 if( a.wFirst < b.wFirst ) in ImplCmpKernData()
395 if( a.wFirst > b.wFirst ) in ImplCmpKernData()
397 return (a.wSecond < b.wSecond); in ImplCmpKernData()
/trunk/main/sal/textenc/
H A Dconvertsinglebytetobmpunicode.cxx52 sal_Char b = *srcBuf++; in rtl_textenc_convertSingleByteToBmpUnicode() local
53 sal_Unicode c = map[static_cast< sal_uInt8 >(b)]; in rtl_textenc_convertSingleByteToBmpUnicode()
64 undefined, false, b, flags, &destBufPtr, destBufEnd, in rtl_textenc_convertSingleByteToBmpUnicode()
/trunk/main/vcl/win/source/gdi/
H A Dsalbmp.cxx38 #define min(a,b) (((a) < (b)) ? (a) : (b)) argument
41 #define max(a,b) (((a) > (b)) ? (a) : (b)) argument
/trunk/main/tools/source/generic/
H A Dcolor.cxx243 sal_uInt8 b = (sal_uInt8) ( nB * ( 100 - ( (double)nSat * f ) ) / 100 ); in HSBtoRGB() local
249 case 1: cR = b; cG = nB; cB = a; break; in HSBtoRGB()
251 case 3: cR = a; cG = b; cB = nB; break; in HSBtoRGB()
253 case 5: cR = nB; cG = a; cB = b; break; in HSBtoRGB()
/trunk/main/filter/source/graphicfilter/ipict/
H A Dshape.cxx44 #define L2I_ARY(a,b) { static_cast<int>(a), static_cast<int>(b) } argument
45 #define L2D_ARY(a,b) { static_cast<double>(a), static_cast<double>(b) } argument
/trunk/main/offapi/com/sun/star/awt/
H A DXPopupMenu.idl126 <p>The <type>KeyEvent</type> is <b>only</b> used as a container to transport
143 <p>The <type>KeyEvent</type> is <b>only</b> used as a container to transport
/trunk/main/javainstaller2/src/JavaSetup/org/openoffice/setup/Util/
H A DSystemManager.java348 byte[] b; in copy()
359 b = new byte[bis.available()]; in copy()
360 bis.read(b); in copy()
361 bos.write(b); in copy()
/trunk/main/jurt/java/jurt/src/main/java/com/sun/star/lib/uno/protocols/urp/
H A DUnmarshal.java109 int b = read8Bit(); in readType() local
110 TypeClass typeClass = TypeClass.fromInt(b & 0x7F); in readType()
116 if ((b & 0x80) != 0) { in readType()
125 if ((b & 0x80) == 0) { in readType()
/trunk/main/chart2/source/view/charttypes/
H A DSplines.cxx413 double b = ( x - m_aPoints[ m_nKLow ].first ) / h; in GetInterpolatedValue() local
416 b * m_aPoints[ m_nKHigh ].second + in GetInterpolatedValue()
418 ( b*b*b - b ) * m_aSecDerivY[ m_nKHigh ] ) * in GetInterpolatedValue()

Completed in 104 milliseconds

1...<<11121314151617181920>>...45