Home
last modified time | relevance | path

Searched refs:bConst (Results 1 – 13 of 13) sorted by relevance

/trunk/main/basic/source/comp/
H A Ddim.cxx36 SbiSymDef* SbiParser::VarDecl( SbiDimList** ppDim, sal_Bool bStatic, sal_Bool bConst ) in VarDecl() argument
46 SbiSymDef* pDef = bConst ? new SbiConstDef( aSym ) : new SbiSymDef( aSym ); in VarDecl()
219 sal_Bool bConst = sal_False; in DefVar() local
221 bConst = sal_True; in DefVar()
223 Next(), bConst = sal_True; in DefVar()
226 if( !bConst && (eCurTok == SUB || eCurTok == FUNCTION || eCurTok == PROPERTY || in DefVar()
302 while( ( pDef = VarDecl( &pDim, bStatic, bConst ) ) != NULL ) in DefVar()
353 && ( !bConst || pDef->GetScope() == SbGLOBAL ) ) in DefVar()
403 if( bConst ) in DefVar()
440 if( bConst ) in DefVar()
H A Dexprtree.cxx1103 bConst = sal_True; in SbiDimList()
1123 bConst &= pExpr1->IsIntConstant() & pExpr2->IsIntConstant(); in SbiDimList()
1139 bConst &= pExpr1->IsIntConstant(); in SbiDimList()
/trunk/main/codemaker/source/bonobowrappermaker/
H A Dcorbatype.cxx583 if (bConst) ret.append("const "); in printUnoType()
627 sal_Bool bConst, sal_Bool bRef, sal_Bool bNative) in dumpUnoType() argument
660 if (bConst) ret.append("const "); in printCorbaType()
861 sal_Bool bConst, sal_Bool bRef) in dumpCorbaType() argument
864 OString ret = printCorbaType(type, bConst, bRef); in dumpCorbaType()
1213 sal_Bool bConst = sal_False; in dumpUnoMethods() local
1262 bConst = sal_False; in dumpUnoMethods()
1266 bConst = sal_True; in dumpUnoMethods()
1273 bConst = sal_False; in dumpUnoMethods()
1278 dumpUnoType(o, paramType, bConst, bRef); in dumpUnoMethods()
[all …]
H A Dcorbatype.hxx95 sal_Bool bConst=sal_False,
102 sal_Bool bConst=sal_False,
108 sal_Bool bConst,
114 sal_Bool bConst=sal_False,
/trunk/main/svx/source/svdraw/
H A Dsvdglev.cxx54 void SdrGlueEditView::ImpDoMarkedGluePoints(PGlueDoFunc pDoFunc, sal_Bool bConst, const void* p1, c… in ImpDoMarkedGluePoints() argument
64 if (bConst) { in ImpDoMarkedGluePoints()
72 if(!bConst && IsUndoEnabled() ) in ImpDoMarkedGluePoints()
85 if (!bConst) in ImpDoMarkedGluePoints()
93 if (!bConst && nMarkAnz!=0) pMod->SetChanged(); in ImpDoMarkedGluePoints()
/trunk/main/autodoc/source/display/html/
H A Ddsply_op.cxx165 bool bConst = false; in Display_SglOperation() local
168 &bConst, &bVolatile ); in Display_SglOperation()
182 aFlags.SetColumn( 2, "const", bConst ); in Display_SglOperation()
/trunk/main/basic/source/inc/
H A Dexpr.hxx253 SbiParameters( SbiParser*, sal_Bool bConst = sal_False, sal_Bool bPar = sal_True);// parsender Ctor
257 sal_Bool bConst; // sal_True: Alles sind Integer-Konstanten member in SbiDimList
260 sal_Bool IsConstant() { return bConst; } in IsConstant()
/trunk/main/codemaker/source/cppumaker/
H A Dcpputype.cxx876 bool bConst, bool bRef, bool bNative, bool cppuUnoType) in dumpType() argument
887 if (bConst) o << "const "; in dumpType()
1392 sal_Bool bConst = sal_False; in dumpMethods() local
1436 bConst = passByReference(paramType); in dumpMethods()
1437 bRef = bConst; in dumpMethods()
1441 bConst = sal_False; in dumpMethods()
1448 dumpType(o, paramType, bConst, bRef); in dumpMethods()
H A Dcpputype.hxx80 virtual void dumpType(FileStream& o, const ::rtl::OString& type, bool bConst=false,
/trunk/main/svx/inc/svx/
H A Dsvdglev.hxx60 …void ImpDoMarkedGluePoints(PGlueDoFunc pDoFunc, sal_Bool bConst, const void* p1=NULL, const void* …
/trunk/main/codemaker/source/cunomaker/
H A Dcunotype.hxx90 virtual void dumpType(FileStream& o, const ::rtl::OString& type, sal_Bool bConst=sal_False,
H A Dcunotype.cxx1024 sal_Bool bConst, sal_Bool bPointer, sal_Bool bParam) in dumpType() argument
/trunk/main/codemaker/source/idlmaker/
H A Didltype.cxx854 sal_Bool bConst = sal_False; in dumpMethods() local

Completed in 101 milliseconds