Home
last modified time | relevance | path

Searched defs:b (Results 251 – 275 of 458) sorted by relevance

1...<<111213141516171819

/aoo41x/main/vcl/source/gdi/
H A Doctree.cxx307 sal_uLong r, g, b; in InverseColorMap() local
/aoo41x/main/svgio/source/svgreader/
H A Dsvgnode.cxx224 for(sal_uInt32 b(0); b < aSVGTokenStyleIndexes.size(); b++) in parseAttributes() local
/aoo41x/main/basegfx/source/polygon/
H A Db2dpolygontriangulator.cxx247 for(sal_uInt32 b(0L); b < nCount; b++) in Triangulator() local
/aoo41x/main/scripting/examples/java/debugger/
H A DOOBeanShellDebugger.java144 JButton b = new JButton(labels[i]); in initUI() local
/aoo41x/main/sal/qa/osl/security/
H A Dosl_Security.cxx572 WIN_BOOL b; in RegisterAdditionalFunctions() local
/aoo41x/main/vcl/source/glyphs/
H A Dgraphite_layout.cxx116 inline bool in_range(const T i, const T b, const T e) { in in_range()
122 inline bool is_subrange(const T sb, const T se, const T b, const T e) { in is_subrange()
128 inline bool is_subrange(const std::pair<T, T> &s, const T b, const T e) { in is_subrange()
/aoo41x/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
/aoo41x/main/sc/source/core/data/
H A Dsegmenttree.cxx68 void enableTreeSearch(bool b) in enableTreeSearch()
73 void setInsertFromBack(bool b) in setInsertFromBack()
/aoo41x/main/vcl/inc/win/
H A Dsalgdi.h391 inline bool ImplCmpKernData( const KERNINGPAIR& a, const KERNINGPAIR& b ) in ImplCmpKernData()
/aoo41x/main/svx/source/xoutdev/
H A Dxattrbmp.cxx94 for(sal_uInt16 b(0); b < 8; b++) in createHistorical8x8FromArray() local
/aoo41x/main/editeng/source/editeng/
H A Deditobj2.hxx287 void StoreUnicodeStrings( sal_Bool b ) { bStoreUnicodeStrings = b; } in StoreUnicodeStrings()
/aoo41x/main/oox/inc/oox/drawingml/
H A Dcustomshapeproperties.hxx94 com::sun::star::drawing::EnhancedCustomShapeParameter b; member
/aoo41x/main/sw/source/core/doc/
H A Ddoc.cxx1803 const ModifyBlocker_Impl b(pObjShell); in UpdateDocStat() local
1917 void SwDoc::SetPageNums(bool b) in SetPageNums()
1922 void SwDoc::SetNewDoc(bool b) in SetNewDoc()
1927 void SwDoc::SetUpdateExpFldStat(bool b) in SetUpdateExpFldStat()
1932 void SwDoc::SetLoaded(bool b) in SetLoaded()
/aoo41x/main/xmerge/source/wordsmith/java/org/openoffice/xmerge/converter/xml/sxw/wordsmith/
H A DDocumentDeserializerImpl.java117 Wse[] b = decoder.parseDocument(recs); in deserialize() local
/aoo41x/main/tools/source/generic/
H A Dcolor.cxx243 sal_uInt8 b = (sal_uInt8) ( nB * ( 100 - ( (double)nSat * f ) ) / 100 ); in HSBtoRGB() local
/aoo41x/main/sw/inc/
H A Dexpfld.hxx180 void SetDeleted( sal_Bool b ) { bDeleted = b; } in SetDeleted()
/aoo41x/main/sw/source/core/inc/
H A Drootfrm.hxx322 void SetCallbackActionEnabled( sal_Bool b ) { bCallbackActionEnabled = b; } in SetCallbackActionEnabled()
/aoo41x/main/sw/source/core/txtnode/
H A Datrftn.cxx82 void SwFmtFtn::SetEndNote( bool b ) in SetEndNote()
/aoo41x/main/drawinglayer/source/processor3d/
H A Ddefaultprocessor3d.cxx392 for(sal_uInt32 b(0L); b < aPartFill.count(); b++) in impRenderPolyPolygonMaterialPrimitive3D() local
/aoo41x/main/xmerge/source/xmerge/java/org/openoffice/xmerge/converter/xml/
H A DTextStyle.java172 String b = value.substring(5, 7); in parseColorString() local
/aoo41x/main/testtools/source/bridgetest/cli/
H A Dcli_cs_bridgetest.cs162 static bool check( bool b , string message ) in check()
/aoo41x/main/vcl/source/app/
H A Dsettings.cxx874 sal_uInt16 h, s, b; in GetFaceGradientColor() local
886 sal_uInt16 h, s, b; in GetSeparatorColor() local
/aoo41x/main/svx/source/svdraw/
H A Dsvdpoev.cxx466 for(sal_uInt32 b(0); !bRetval && b < pSelectedPoints->GetCount(); b++) in IsRipUpAtMarkedPointsPossible() local
498 for(sal_uInt16 b(0); !bRetval && b < nPolygonCount; b++) in IsOpenCloseMarkedObjectsPossible() local
/aoo41x/main/sot/source/sdstor/
H A Dstg.cxx258 sal_Bool b = pEntry->SetSize( (sal_Int32) nNewSize ); in SetSize() local
734 sal_Bool b = pIo->pTOC->Rename( *pEntry, rOld, rNew ); in Rename() local
/aoo41x/main/extensions/source/scanner/
H A Dsane.cxx40 #define dump_state( a, b, c, d ) fprintf( stderr, a, b, c, d ); argument
42 #define dump_state( a, b, c, d ) ; argument

Completed in 434 milliseconds

1...<<111213141516171819