/aoo41x/main/basic/source/comp/ |
H A D | dim.cxx | 36 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 D | exprtree.cxx | 1103 bConst = sal_True; in SbiDimList() 1123 bConst &= pExpr1->IsIntConstant() & pExpr2->IsIntConstant(); in SbiDimList() 1139 bConst &= pExpr1->IsIntConstant(); in SbiDimList()
|
/aoo41x/main/codemaker/source/bonobowrappermaker/ |
H A D | corbatype.cxx | 583 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 D | corbatype.hxx | 95 sal_Bool bConst=sal_False, 102 sal_Bool bConst=sal_False, 108 sal_Bool bConst, 114 sal_Bool bConst=sal_False,
|
/aoo41x/main/svx/source/svdraw/ |
H A D | svdglev.cxx | 56 void SdrGlueEditView::ImpDoMarkedGluePoints(PGlueDoFunc pDoFunc, sal_Bool bConst, const void* p1, c… in ImpDoMarkedGluePoints() argument 66 if (bConst) { in ImpDoMarkedGluePoints() 74 if(!bConst && IsUndoEnabled() ) in ImpDoMarkedGluePoints() 87 if (!bConst) in ImpDoMarkedGluePoints() 95 if (!bConst && nMarkAnz!=0) pMod->SetChanged(); in ImpDoMarkedGluePoints()
|
/aoo41x/main/autodoc/source/display/html/ |
H A D | dsply_op.cxx | 165 bool bConst = false; in Display_SglOperation() local 168 &bConst, &bVolatile ); in Display_SglOperation() 182 aFlags.SetColumn( 2, "const", bConst ); in Display_SglOperation()
|
/aoo41x/main/basic/source/inc/ |
H A D | expr.hxx | 253 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()
|
/aoo41x/main/codemaker/source/cppumaker/ |
H A D | cpputype.cxx | 876 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 D | cpputype.hxx | 80 virtual void dumpType(FileStream& o, const ::rtl::OString& type, bool bConst=false,
|
/aoo41x/main/svx/inc/svx/ |
H A D | svdglev.hxx | 60 …void ImpDoMarkedGluePoints(PGlueDoFunc pDoFunc, sal_Bool bConst, const void* p1=NULL, const void* …
|
/aoo41x/main/codemaker/source/cunomaker/ |
H A D | cunotype.hxx | 90 virtual void dumpType(FileStream& o, const ::rtl::OString& type, sal_Bool bConst=sal_False,
|
H A D | cunotype.cxx | 1024 sal_Bool bConst, sal_Bool bPointer, sal_Bool bParam) in dumpType() argument
|
/aoo41x/main/codemaker/source/idlmaker/ |
H A D | idltype.cxx | 854 sal_Bool bConst = sal_False; in dumpMethods() local
|