Home
last modified time | relevance | path

Searched defs:b (Results 201 – 225 of 454) sorted by relevance

12345678910>>...19

/trunk/main/connectivity/source/drivers/hsqldb/
H A DStorageNativeOutputStream.cxx158 (JNIEnv * env, jobject obj_this, jstring key, jstring name,jint b) in Java_com_sun_star_sdbcx_comp_hsqldb_StorageNativeOutputStream_write__Ljava_lang_String_2Ljava_lang_String_2I()
/trunk/main/wizards/com/sun/star/wizards/common/
H A DNumericalHelper.java128 Byte b = new Byte((String) aTypeObject.aValue); in toByte() local
806 Boolean b = Boolean.valueOf((String) aTypeObject.aValue); in toBoolean() local
1565 int b = (int) number.charAt(i) - ASCII_CODE_0; in getRomanEquivalent() local
/trunk/main/sw/source/core/doc/
H A Dtblafmt.cxx775 sal_Bool b; in Load() local
827 sal_Bool b; in LoadOld() local
856 sal_Bool b; in Save() local
/trunk/main/rsc/inc/
H A Drscrange.hxx178 ERRTYPE SetBool( const RSCINST & rInst, sal_Bool b ){ in SetBool()
/trunk/main/sc/source/ui/inc/
H A Ddocsh.hxx412 void setDocReadOnly( sal_Bool b){ aDocument.setDocReadOnly(b);} in setDocReadOnly()
/trunk/main/sd/source/ui/func/
H A Dfumorph.cxx211 for(sal_uInt32 b(0L); b < nNum; b++) in ImpGetExpandedPolygon() local
459 for(sal_uInt32 b(0L); b < nCount; b++) in ImpCreateMorphedPolygon() local
/trunk/main/svl/inc/svl/
H A Dzformat.hxx225 void SetUsed(const sal_Bool b) { bIsUsed = b; } in SetUsed()
228 void SetStarFormatSupport( sal_Bool b ) { bStarFlag = b; } in SetStarFormatSupport()
/trunk/main/forms/source/xforms/
H A Dconvert.cxx216 { bool b = false; rAny >>= b; return b ? OUSTRING("true") : OUSTRING("false"); } in lcl_toXSD_bool() local
221 bool b = ( rStr == OUSTRING("true") || rStr == OUSTRING("1") ); in lcl_toAny_bool() local
/trunk/main/xmerge/java/xmerge/src/main/java/org/openoffice/xmerge/converter/xml/sxc/
H A DCellStyle.java131 String b = value.substring(5, 7); in parseColorString() local
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/util/
H A Ddbg.java333 Byte b = new Byte(id[i]); in getImplID() local
/trunk/main/i18npool/source/transliteration/
H A Dtransliteration_Ignore.cxx37 inline sal_Int32 Min( sal_Int32 a, sal_Int32 b ) { return a > b ? b : a; } in Min()
/trunk/main/desktop/source/offacc/
H A Dacceptor.cxx100 com::sun::star::uno::Reference< com::sun::star::bridge::XBridge > b( in ~Acceptor() local
/trunk/main/editeng/source/editeng/
H A Dimpedit.hxx665 void EnableAutoColor( sal_Bool b ) { bUseAutoColor = b; } in EnableAutoColor()
667 void ForceAutoColor( sal_Bool b ) { bForceAutoColor = b; } in ForceAutoColor()
771 void SetUndoMode( sal_Bool b ) { bIsInUndo = b; } in SetUndoMode()
774 void SetCallParaInsertedOrDeleted( sal_Bool b ) { bCallParaInsertedOrDeleted = b; } in SetCallParaInsertedOrDeleted()
832 void SetModifyFlag( sal_Bool b ) { aEditDoc.SetModified( b ); } in SetModifyFlag()
/trunk/main/wizards/com/sun/star/wizards/ui/event/
H A DUnoDataAware.java66 Boolean b = getBoolean(value); in enableControls() local
/trunk/main/accessibility/java/java_uno_accessbridge/src/main/java/org/openoffice/java/accessibility/
H A DComponent.java570 public void setEnabled(boolean b) { in setEnabled()
578 public void setVisible(boolean b) { in setVisible()
/trunk/main/vcl/source/gdi/
H A Dlineinfo.cxx356 for(sal_uInt16 b(0); b < GetDotCount(); b++) in applyToB2DPolyPolygon() local
/trunk/main/testtools/source/bridgetest/pyuno/
H A Dcore.py45 def equalsEps( a,b,eps ): argument
/trunk/main/cli_ure/qa/climaker/
H A Dclimaker.cs146 public void assure(bool b) { in assure()
/trunk/main/vcl/inc/
H A Dilstbox.hxx322 void AllowGrabFocus( bool b ) { mbGrabFocus = b; } in AllowGrabFocus()
374 void EnableSort( bool b ) { mbSort = b; } in EnableSort()
488 void SetReadOnly( sal_Bool b ) { maLBWindow.SetReadOnly( b ); } in SetReadOnly()
555 void SetAutoWidth( sal_Bool b ) { mbAutoWidth = b; } in SetAutoWidth()
/trunk/main/svtools/source/filter/
H A Dsgvmain.cxx469 sal_Int16 i,i0,b,b0; in DrawSlideRect() local
658 sal_Int16 i,i0,b,b0; in DrawSlideCirc() local
757 PointType a,b; in Draw() local
/trunk/main/wizards/com/sun/star/wizards/ui/
H A DImageList.java831 public void setShowButtons(boolean b) in setShowButtons()
984 public void setRowSelect(boolean b) in setRowSelect()
1114 public void setenabled(boolean b) in setenabled()
/trunk/main/sc/source/core/tool/
H A Dautoform.cxx815 sal_Bool b; in Load() local
842 sal_Bool b; in LoadOld() local
863 sal_Bool b; in Save() local
/trunk/main/svx/source/svdraw/
H A Dsvdotextpathdecomposition.cxx645 for(sal_uInt32 b(0L); b < nStrokeCount; b++) in impAddPathTextOutlines() local
741 for(sal_uInt32 b(0L); b < rPathTextPortions.size(); b++) in impDecomposePathTextPrimitive() local
H A Dsvdsnpv.cxx347 long b=y-rPos.Y(); in SnapPos() local
352 long b=y-rPos.Y(); in SnapPos() local
/trunk/main/vcl/unx/generic/dtrans/
H A Dbmp.cxx546 for( int b = 0; b < 6; b++ ) in setBitmapDataTCDither() local
595 sal_uInt8 b = pScanline[3*x]; in setBitmapDataTCDither() local

Completed in 168 milliseconds

12345678910>>...19