Home
last modified time | relevance | path

Searched defs:b (Results 26 – 50 of 454) sorted by relevance

12345678910>>...19

/trunk/main/vos/inc/vos/
H A Dmacros.hxx47 # define VOS_MAX(a,b) (((a) > (b)) ? (a) : (b)) argument
50 # define VOS_MIN(a,b) (((a) < (b)) ? (a) : (b)) argument
65 # define VOS_SWAP(a,b) ((a) ^= (b) ^= (a) ^= (b)) argument
102 # define VOS_LONIBBLE(b) ((sal_uInt8)((b) & 0x0F)) argument
105 # define VOS_HINIBBLE(b) ((sal_uInt8)(((b) >> 4) & 0x0F)) argument
/trunk/main/sfx2/qa/complex/sfx2/
H A DDocumentProperties.java481 boolean eqDateTime(DateTime a, DateTime b) { in eqDateTime()
488 boolean eqDate(Date a, Date b) { in eqDate()
492 boolean eqTime(Time a, Time b) { in eqTime()
498 boolean eqDuration(Duration a, Duration b) { in eqDuration()
/trunk/main/javaunohelper/com/sun/star/lib/uno/adapter/
H A DInputStreamToXInputStreamAdapter.java78 public int readBytes(byte[][] b, int len) throws in readBytes()
109 public int readSomeBytes(byte[][] b, int len) throws in readSomeBytes()
H A DXInputStreamToInputStreamAdapter.java96 public int read (byte[] b) throws IOException { in read()
117 public int read(byte[] b, int off, int len) throws IOException { in read()
H A DOutputStreamToXOutputStreamAdapter.java72 public void writeBytes(byte[] b) throws in writeBytes()
/trunk/main/vcl/source/gdi/
H A Dimpimagetree.cxx64 rtl::OUStringBuffer b(name.copy(0, pos + 1)); in createPath() local
166 rtl::OUStringBuffer b(loc.Language); in loadImage() local
233 rtl::OUStringBuffer b; in resetZips() local
259 rtl::OUStringBuffer b; in resetZips() local
/trunk/main/io/source/stm/
H A Dstreamhelper.hxx35 #define Max( a, b ) (((a)>(b)) ? (a) : (b) ) argument
36 #define Min( a, b ) (((a)<(b)) ? (a) : (b) ) argument
/trunk/main/sw/inc/
H A Dmodcfg.hxx229 void SetInsWithCaption( sal_Bool bHTML, sal_Bool b ) in SetInsWithCaption()
246 void SetInsTblFormatNum( sal_Bool bHTML, sal_Bool b ) in SetInsTblFormatNum()
252 void SetInsTblChangeNumFormat( sal_Bool bHTML, sal_Bool b ) in SetInsTblChangeNumFormat()
259 void SetInsTblAlignNum( sal_Bool bHTML, sal_Bool b ) in SetInsTblAlignNum()
274 void SetGrfToGalleryAsLnk( sal_Bool b ) { aMiscConfig.bGrfToGalleryAsLnk = b; in SetGrfToGalleryAsLnk()
282 void SetSinglePrintJob( sal_Bool b ) { aMiscConfig.bSinglePrintJob = b; in SetSinglePrintJob()
286 void SetNumAlignSize( sal_Bool b ) { aMiscConfig.bNumAlignSize = b; in SetNumAlignSize()
/trunk/main/svtools/source/config/
H A Dhelpopt.cxx83 void SetExtendedHelp( sal_Bool b ) { bExtendedHelp= b; SetModified(); } in SetExtendedHelp()
85 void SetHelpTips( sal_Bool b ) { bHelpTips = b; SetModified(); } in SetHelpTips()
88 void SetHelpAgentEnabled( sal_Bool b ) { bHelpAgentEnabled = b; SetModified(); } in SetHelpAgentEnabled()
100 void SetWelcomeScreen( sal_Bool b ) { bWelcomeScreen = b; SetModified(); } in SetWelcomeScreen()
626 void SvtHelpOptions::SetExtendedHelp( sal_Bool b ) in SetExtendedHelp()
636 void SvtHelpOptions::SetHelpTips( sal_Bool b ) in SetHelpTips()
676 void SvtHelpOptions::SetHelpAgentAutoStartMode( sal_Bool b ) in SetHelpAgentAutoStartMode()
718 void SvtHelpOptions::SetWelcomeScreen( sal_Bool b ) in SetWelcomeScreen()
/trunk/main/cppuhelper/test/
H A Dtestpropshlp.cxx265 …sal_Bool b = a1.fillPropertyMembersByHandle( &aPropName, &nAttributes, getPropertyTable1()[i].Hand… in test_PropertyArrayHelper() local
277 …sal_Bool b = a1.fillPropertyMembersByHandle( &aPropName, &nAttributes, getPropertyTable4()[i].Hand… in test_PropertyArrayHelper() local
679 sal_Bool b; in convertFastPropertyValue() local
884 sal_Bool b = sal_True; in test_PropertySetHelper() local
897 sal_Bool b = sal_True; in test_PropertySetHelper() local
911 sal_Bool b = sal_True; in test_PropertySetHelper() local
923 sal_Bool b = sal_True; in test_PropertySetHelper() local
1002 sal_Bool b = *( (sal_Bool*)aValue.getValue()); in test_PropertySetHelper() local
/trunk/main/cppu/source/uno/
H A Dloadmodule.cxx39 rtl::OUStringBuffer b; in loadModule() local
/trunk/main/o3tl/inc/o3tl/
H A Dcow_wrapper.hxx293 const cow_wrapper<T,P>& b ) in operator ==()
299 const cow_wrapper<T,P>& b ) in operator !=()
305 const cow_wrapper<B,P>& b ) in operator <()
311 cow_wrapper<T,P>& b ) in swap()
/trunk/main/sal/qa/rtl_strings/
H A Drtl_old_teststrbuf.cxx96 sal_Bool b = sal_False; in test_OStringBuffer() local
190 sal_Bool b = sal_False; in test_OUStringBuffer() local
/trunk/main/slideshow/source/engine/transitions/
H A Ddoublediamondwipe.cxx49 const double b = ::basegfx::pruneScaleValue( (1.0 - t) * 0.25 ); in operator ()() local
/trunk/main/bean/test/
H A DTest.java42 final OOoBean b = new OOoBean(); in main() local
/trunk/main/sc/inc/
H A Drecursionhelper.hxx86 void SetInRecursionReturn( bool b ) in SetInRecursionReturn()
94 void SetDoingRecursion( bool b ) { bDoingRecursion = b; } in SetDoingRecursion()
110 void SetInIterationReturn( bool b ) in SetInIterationReturn()
/trunk/main/sax/inc/
H A Dxml2utf.hxx25 #define Max( a, b ) (((a)>(b)) ? (a) : (b) ) argument
26 #define Min( a, b ) (((a)<(b)) ? (a) : (b) ) argument
/trunk/main/salhelper/test/rtti/
H A Drttitest.cxx35 MyClassB b; in main() local
/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/connectivity/java/sdbc_hsqldb/src/com/sun/star/sdbcx/comp/hsqldb/
H A DStorageNativeInputStream.java44 …public native int read(String key,String name,byte[] b, int off, int len) throws java.io.IOExcepti… in read()
48 public native int read(String key,String name,byte[] b) throws java.io.IOException; in read()
/trunk/main/extensions/source/activex/main/
H A DStdAfx2.h49 #define min(a, b) (((a) < (b)) ? (a) : (b)) argument
/trunk/main/odk/examples/OLE/activex/
H A DStdAfx2.h42 #define min(a, b) (((a) < (b)) ? (a) : (b)) argument
/trunk/main/pyuno/source/module/
H A Dpyuno_runtime.cxx434 sal_Bool b = sal_Bool(); in any2PyObject() local
677 sal_Bool b = sal_True; in pyObject2Any() local
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
724 sal_Int8 b = (sal_Int8 ) l; in pyObject2Any() local
/trunk/main/jurt/java/jurt/src/main/java/com/sun/star/lib/util/
H A DStringHelper.java33 StringBuffer b = new StringBuffer(); in replace() local
/trunk/main/autodoc/source/cosv/unittest/
H A Dstring_ut.cxx38 check_value( const String & a, const char * b ) in check_value()

Completed in 95 milliseconds

12345678910>>...19