Home
last modified time | relevance | path

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

1...<<111213141516171819

/trunk/main/basegfx/source/polygon/
H A Db2dpolygontriangulator.cxx247 for(sal_uInt32 b(0L); b < nCount; b++) in Triangulator() local
/trunk/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()
/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/sc/source/core/data/
H A Dsegmenttree.cxx68 void enableTreeSearch(bool b) in enableTreeSearch()
73 void setInsertFromBack(bool b) in setInsertFromBack()
/trunk/main/svx/source/xoutdev/
H A Dxattrbmp.cxx94 for(sal_uInt16 b(0); b < 8; b++) in createHistorical8x8FromArray() local
/trunk/main/oox/inc/oox/drawingml/
H A Dcustomshapeproperties.hxx94 com::sun::star::drawing::EnhancedCustomShapeParameter b; member
/trunk/main/vcl/inc/win/
H A Dsalgdi.h391 inline bool ImplCmpKernData( const KERNINGPAIR& a, const KERNINGPAIR& b ) in ImplCmpKernData()
/trunk/main/editeng/source/editeng/
H A Deditobj2.hxx289 void StoreUnicodeStrings( sal_Bool b ) { bStoreUnicodeStrings = b; } in StoreUnicodeStrings()
/trunk/main/sw/source/core/doc/
H A Ddoc.cxx1786 const ModifyBlocker_Impl b(pObjShell); in UpdateDocStat() local
1899 void SwDoc::SetPageNums(bool b) in SetPageNums()
1904 void SwDoc::SetNewDoc(bool b) in SetNewDoc()
1909 void SwDoc::SetUpdateExpFldStat(bool b) in SetUpdateExpFldStat()
1914 void SwDoc::SetLoaded(bool b) in SetLoaded()
/trunk/main/sw/inc/
H A Dexpfld.hxx180 void SetDeleted( sal_Bool b ) { bDeleted = b; } in SetDeleted()
/trunk/main/xmerge/java/xmerge/src/main/java/org/openoffice/xmerge/converter/xml/
H A DTextStyle.java172 String b = value.substring(5, 7); in parseColorString() local
/trunk/main/xmerge/source/wordsmith/java/org/openoffice/xmerge/converter/xml/sxw/wordsmith/
H A DDocumentDeserializerImpl.java117 Wse[] b = decoder.parseDocument(recs); in deserialize() local
/trunk/main/testtools/source/bridgetest/cli/
H A Dcli_cs_bridgetest.cs162 static bool check( bool b , string message ) in check()
/trunk/main/tools/source/generic/
H A Dcolor.cxx243 sal_uInt8 b = (sal_uInt8) ( nB * ( 100 - ( (double)nSat * f ) ) / 100 ); in HSBtoRGB() local
/trunk/main/drawinglayer/source/processor3d/
H A Ddefaultprocessor3d.cxx443 for(sal_uInt32 b(0L); b < aPartFill.count(); b++) in impRenderPolyPolygonMaterialPrimitive3D() local
/trunk/main/sw/source/core/txtnode/
H A Datrftn.cxx82 void SwFmtFtn::SetEndNote( bool b ) in SetEndNote()
/trunk/main/sw/source/core/inc/
H A Drootfrm.hxx321 void SetCallbackActionEnabled( sal_Bool b ) { bCallbackActionEnabled = b; } in SetCallbackActionEnabled()
/trunk/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
/trunk/main/soltools/cpp/
H A Dcpp.h130 #define quicklook(a,b) (namebit[(a)&077] & (1<<((b)&037))) argument
131 #define quickset(a,b) namebit[(a)&077] |= (1<<((b)&037)) argument
/trunk/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
/trunk/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
/trunk/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
/trunk/main/vcl/unx/generic/gdi/
H A Dxrender_peer.hxx303 inline void XRenderPeer::FillRectangle( int a, Picture b, const XRenderColor* c, in FillRectangle()
/trunk/main/sal/osl/os2/
H A Dfile_url.h43 #define _tcsspn(a,b) wcsspn((const wchar_t *) a, (const wchar_t *) b) argument
/trunk/main/ridljar/java/ridl/src/main/java/com/sun/star/uno/
H A DUnoRuntime.java615 IBridge b = (IBridge) WeakMap.getValue(i.next()); in reset() local

Completed in 135 milliseconds

1...<<111213141516171819