Home
last modified time | relevance | path

Searched defs:b (Results 1 – 25 of 454) sorted by relevance

12345678910>>...19

/trunk/main/cppu/qa/
H A Dtest_any.cxx241 float b = 2; in TEST_F() local
245 double b = 2; in TEST_F() local
275 Struct1 b(2); in TEST_F() local
279 Exception1 b( in TEST_F() local
338 float b = 2; in TEST_F() local
342 double b = 2; in TEST_F() local
373 Struct1 b(2); in TEST_F() local
432 float b = 2; in TEST_F() local
530 float b = 2; in TEST_F() local
630 float b = 2; in TEST_F() local
[all …]
/trunk/main/sw/inc/
H A Dviewopt.hxx214 inline void SetTab( sal_Bool b ) { in SetTab()
221 inline void SetBlank( sal_Bool b ) in SetBlank()
255 inline void SetFldName( sal_Bool b ) in SetFldName()
260 inline void SetPostIts( sal_Bool b ) in SetPostIts()
302 inline void SetTable( sal_Bool b ) in SetTable()
307 inline void SetDraw( sal_Bool b ) in SetDraw()
317 inline void SetSnap( sal_Bool b ) in SetSnap()
488 void SetKeepRatio (sal_Bool b) in SetKeepRatio()
490 void SetGrfKeepZoom (sal_Bool b) in SetGrfKeepZoom()
494 void SetPrtFormat( sal_Bool b) in SetPrtFormat()
[all …]
H A Dprintdata.hxx159 void SetPrintGraphic( sal_Bool b ) { doSetModified(); bPrintGraphic = b; } in SetPrintGraphic()
160 void SetPrintTable( sal_Bool b ) { doSetModified(); bPrintTable = b; } in SetPrintTable()
161 void SetPrintDraw( sal_Bool b ) { doSetModified(); bPrintDraw = b; } in SetPrintDraw()
162 void SetPrintControl( sal_Bool b ) { doSetModified(); bPrintControl = b; } in SetPrintControl()
163 void SetPrintLeftPage( sal_Bool b ) { doSetModified(); bPrintLeftPages = b; } in SetPrintLeftPage()
164 void SetPrintRightPage( sal_Bool b ) { doSetModified(); bPrintRightPages = b; } in SetPrintRightPage()
165 void SetPrintReverse( sal_Bool b ) { doSetModified(); bPrintReverse = b; } in SetPrintReverse()
166 void SetPaperFromSetup( sal_Bool b ) { doSetModified(); bPaperFromSetup = b; } in SetPaperFromSetup()
167 void SetPrintEmptyPages( sal_Bool b ) { doSetModified(); bPrintEmptyPages = b; } in SetPrintEmptyPages()
169 void SetPrintProspect( sal_Bool b ) { doSetModified(); bPrintProspect = b; } in SetPrintProspect()
[all …]
H A Dlineinfo.hxx87 void SetPaintLineNumbers( sal_Bool b ){ bPaintLineNumbers = b; } in SetPaintLineNumbers()
90 void SetCountBlankLines( sal_Bool b ) { bCountBlankLines = b; } in SetCountBlankLines()
93 void SetCountInFlys( sal_Bool b ) { bCountInFlys = b; } in SetCountInFlys()
96 void SetRestartEachPage( sal_Bool b ) { bRestartEachPage = b; } in SetRestartEachPage()
H A Dndgrf.hxx153 …inline void SetChgTwipSize( sal_Bool b, sal_Bool bFromPx=sal_False ) { bChgTwipSize = b; bChgTwi… in SetChgTwipSize()
156 inline void SetGrafikArrived( sal_Bool b ) { bGrafikArrived = b; } in SetGrafikArrived()
159 inline void SetFrameInPaint( sal_Bool b ) { bFrameInPaint = b; } in SetFrameInPaint()
162 inline void SetScaleImageMap( sal_Bool b ) { bScaleImageMap = b; } in SetScaleImageMap()
/trunk/main/ucb/source/ucp/odma/
H A Dodma_lib.hxx206 #define NODMSelectDoc(a,b,c) (*(pODMSelectDoc))(a,b,c) argument
207 #define NODMOpenDoc(a,b,c,d) (*(pODMOpenDoc))(a,b,c,d) argument
208 #define NODMSaveDoc(a,b,c) (*(pODMSaveDoc))(a,b,c) argument
210 #define NODMNewDoc(a,b,c,d,e) (*(pODMNewDoc))(a,b,c,d,e) argument
211 #define NODMSaveAs(a,b,c,d,e,f) (*(pODMSaveAs))(a,b,c,d,e,f) argument
212 #define NODMActivate(a,b,c) (*(pODMActivate))(a,b,c) argument
217 #define NODMGetDMSList(a,b) (*(pODMGetDMSList))(a,b) argument
218 #define NODMGetDMS(a,b) (*(pODMGetDMS))(a,b) argument
219 #define NODMSetDMS(a,b) (*(pODMSetDMS))(a,b) argument
222 #define NODMQueryClose(a,b) (*(pODMQueryClose))(a,b) argument
[all …]
/trunk/main/connectivity/source/inc/odbc/
H A DOFunctions.hxx41 #define N3SQLAllocHandle(a,b,c) (*(T3SQLAllocHandle)getOdbcFunction(ODBC3SQLAllocHandle))(a,b,c) argument
96 #define N3SQLGetInfo(a,b,c,d,e) (*(T3SQLGetInfo)getOdbcFunction(ODBC3SQLGetInfo))(a,b,c,d,e) argument
107 #define N3SQLGetTypeInfo(a,b) (*(T3SQLGetTypeInfo)getOdbcFunction(ODBC3SQLGetTypeInfo))(a,b) argument
210 #define N3SQLPrepare(a,b,c) (*(T3SQLPrepare)getOdbcFunction(ODBC3SQLPrepare))(a,b,c) argument
262 #define N3SQLNumParams(a,b) (*(T3SQLNumParams)getOdbcFunction(ODBC3SQLNumParams))(a,b) argument
267 #define N3SQLParamData(a,b) (*(T3SQLParamData)getOdbcFunction(ODBC3SQLParamData))(a,b) argument
273 #define N3SQLPutData(a,b,c) (*(T3SQLPutData)getOdbcFunction(ODBC3SQLPutData))(a,b,c) argument
279 #define N3SQLRowCount(a,b) (*(T3SQLRowCount)getOdbcFunction(ODBC3SQLRowCount))(a,b) argument
341 #define N3SQLSetPos(a,b,c,d) (*(T3SQLSetPos)getOdbcFunction(ODBC3SQLSetPos))(a,b,c,d) argument
498 #define N3SQLFreeStmt(a,b) (*(T3SQLFreeStmt)getOdbcFunction(ODBC3SQLFreeStmt))(a,b) argument
[all …]
/trunk/main/svtools/source/dialogs/
H A Dmcvmath.hxx100 friend sal_Bool operator> ( const Fix& a, const Fix& b ) { return a.x > b.x; } in operator >()
101 friend sal_Bool operator< ( const Fix& a, const Fix& b ) { return a.x < b.x; } in operator <()
129 FixCpx( Fix a, Fix b ) : r( a ), i( b ) {} in FixCpx()
151 inline Fix operator+ ( const Fix& a, const Fix& b ) in operator +()
157 inline Fix operator- ( const Fix& a, const Fix& b ) in operator -()
163 inline Fix operator* ( const Fix& a, const Fix& b ) in operator *()
169 inline Fix operator/ ( const Fix& a, const Fix& b ) in operator /()
184 inline FixCpx operator+ ( const FixCpx& a, const FixCpx& b ) in operator +()
189 inline FixCpx operator- ( const FixCpx& a, const FixCpx& b ) in operator -()
201 inline FixCpx operator* ( const FixCpx& a, const FixCpx& b ) in operator *()
[all …]
/trunk/main/unotools/source/config/
H A Dsaveopt.cxx169 void SvtSaveOptions_Impl::SetBackup( sal_Bool b ) in SetBackup()
178 void SvtSaveOptions_Impl::SetAutoSave( sal_Bool b ) in SetAutoSave()
197 void SvtSaveOptions_Impl::SetDocInfoSave(sal_Bool b) in SetDocInfoSave()
912 void SvtSaveOptions::SetUseUserData( sal_Bool b ) in SetUseUserData()
922 void SvtSaveOptions::SetBackup( sal_Bool b ) in SetBackup()
932 void SvtSaveOptions::SetAutoSave( sal_Bool b ) in SetAutoSave()
952 void SvtSaveOptions::SetDocInfoSave(sal_Bool b) in SetDocInfoSave()
972 void SvtSaveOptions::SetSaveDocView( sal_Bool b ) in SetSaveDocView()
982 void SvtSaveOptions::SetSaveRelINet( sal_Bool b ) in SetSaveRelINet()
992 void SvtSaveOptions::SetSaveRelFSys( sal_Bool b ) in SetSaveRelFSys()
[all …]
/trunk/main/javaunohelper/com/sun/star/lib/uno/adapter/
H A DXOutputStreamToOutputStreamAdapter.java72 public void write(byte[] b) throws IOException { in write()
81 public void write(byte[] b, int off, int len) throws IOException { in write()
96 public void write(int b) throws IOException { in write()
/trunk/main/scripting/java/com/sun/star/script/framework/io/
H A DXOutputStreamWrapper.java33 public void write(int b) in write()
51 public void write(byte[] b) in write()
68 public void write( byte[] b, int off, int len ) in write()
/trunk/main/forms/source/xforms/
H A Dmip.cxx88 void MIP::setReadonly( bool b ) { mbHasReadonly = true; mbReadonly = b; } in setReadonly()
93 void MIP::setRequired( bool b ) { mbHasRequired = true; mbRequired = b; } in setRequired()
98 void MIP::setRelevant( bool b ) { mbHasRelevant = true; mbRelevant = b; } in setRelevant()
103 void MIP::setConstraint( bool b ) { mbHasConstraint = true; mbConstraint = b; msConstraintExplanati… in setConstraint()
111 void MIP::setHasCalculate( bool b ) { mbHasCalculate = b; } in setHasCalculate()
/trunk/main/sal/inc/sal/
H A Dmacros.h28 # define SAL_MAX(a,b) (((a) > (b)) ? (a) : (b)) argument
31 # define SAL_MIN(a,b) (((a) < (b)) ? (a) : (b)) argument
43 # define SAL_SWAP(a,b) ((a) ^= (b) ^= (a) ^= (b)) argument
/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()
50 public void write(byte[] b) throws java.io.IOException{ in write()
58 public void write(int b) throws java.io.IOException{ in write()
H A DStorageNativeOutputStream.java77 …public native void write(String key,String _file,byte[] b, int off, int len) throws java.io.IOExce… in write()
89 public native void write(String key,String _file,byte[] b) throws java.io.IOException; in write()
122 public native void write(String key,String _file,int b) throws java.io.IOException; in write()
H A DNativeInputStreamHelper.java50 public int read(byte[] b, int off, int len) throws java.io.IOException { in read()
66 public int read(byte[] b) throws java.io.IOException { in read()
/trunk/main/accessibility/workben/org/openoffice/accessibility/misc/
H A DAccessibleEventMulticaster.java38 private final XAccessibleEventListener b; field in AccessibleEventMulticaster
42 XAccessibleEventListener b) { in AccessibleEventMulticaster()
70 …ublic static XAccessibleEventListener add(XAccessibleEventListener a, XAccessibleEventListener b) { in add()
/trunk/main/basegfx/source/inc/
H A Dhommatrixtemplate.hxx120 for(sal_uInt16 b(0); b < RowSize; b++) in ImplHomMatrixTemplate() local
217 sal_uInt16 a, b, c; in ludcmp() local
323 sal_uInt16 b, ip; in lubksb() local
374 for(sal_uInt16 b(0); b < RowSize; b++) in isIdentity() local
427 sal_uInt16 b; in doInvert() local
455 for(sal_uInt16 b(0); b < RowSize; b++) in doNormalize() local
523 for(sal_uInt16 b(0); b < RowSize; b++) in doAddMatrix() local
536 for(sal_uInt16 b(0); b < RowSize; b++) in doSubMatrix() local
549 for(sal_uInt16 b(0); b < RowSize; b++) in doMulMatrix() local
569 for(sal_uInt16 b(0); b < RowSize; ++b) in doMulMatrix() local
[all …]
/trunk/main/cppuhelper/inc/cppuhelper/
H A Dproptypehlp.hxx58 inline void SAL_CALL convertPropertyValue( sal_Bool & b , const ::com::sun::star::uno::Any & a ) in convertPropertyValue()
129 sal_Bool b; in convertPropertyValue() local
183 sal_Bool b; in convertPropertyValue() local
228 sal_Bool b; in convertPropertyValue() local
276 sal_Bool b; in convertPropertyValue() local
310 sal_Bool b; in convertPropertyValue() local
343 sal_Bool b; in convertPropertyValue() local
371 sal_Bool b; in convertPropertyValue() local
420 sal_Bool b; in convertPropertyValue() local
487 sal_Bool b; in convertPropertyValue() local
/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()
58 public void write(byte[] b, int off, int len) throws IOException { in write()
/trunk/main/autodoc/source/exes/adc_uni/
H A Dadc_cmds.hxx109 CHECKOPT( bool b, const char * miss, const String & opt ) in CHECKOPT()
111 if ( NOT b ) in CHECKOPT() local
/trunk/main/package/source/package/zipapi/
H A DCRC32.cxx63 void SAL_CALL CRC32::updateSegment(const Sequence< sal_Int8 > &b, in updateSegment()
72 void SAL_CALL CRC32::update(const Sequence< sal_Int8 > &b) in update()
/trunk/main/basegfx/source/color/
H A Dbcolortools.cxx37 const double r=rRGBColor.getRed(), g=rRGBColor.getGreen(), b=rRGBColor.getBlue(); in rgb2hsl() local
114 const double r=rRGBColor.getRed(), g=rRGBColor.getGreen(), b=rRGBColor.getBlue(); in rgb2hsv() local
204 const double r=rRGBColor.getRed(), g=rRGBColor.getGreen(), b=rRGBColor.getBlue(); in rgb2yiq() local
236 const double r=rRGBColor.getRed(), g=rRGBColor.getGreen(), b=rRGBColor.getBlue(); in rgb2ciexyz() local
245 const double r=rRGBColor.getRed(), g=rRGBColor.getGreen(), b=rRGBColor.getBlue(); in rgb2ypbpr() local
/trunk/main/bridges/source/cpp_uno/shared/
H A Dtypes.cxx72 bool b = relatesToInterfaceType(t); in relatesToInterfaceType() local
106 bool b = relatesToInterfaceType(t); in relatesToInterfaceType() local
/trunk/main/writerfilter/source/resourcemodel/
H A DFraction.cxx29 sal_uInt32 gcd(sal_uInt32 a, sal_uInt32 b) in gcd()
68 sal_uInt32 lcm(sal_Int32 a, sal_Int32 b) in lcm()
78 Fraction::Fraction(const Fraction & a, const Fraction & b) in Fraction()

Completed in 147 milliseconds

12345678910>>...19