| /trunk/main/basic/source/comp/ |
| H A D | dim.cxx | 34 SbiSymDef* SbiParser::VarDecl( SbiDimList** ppDim, sal_Bool bStatic, sal_Bool bConst ) in VarDecl() argument 44 SbiSymDef* pDef = bConst ? new SbiConstDef( aSym ) : new SbiSymDef( aSym ); in VarDecl() 217 sal_Bool bConst = sal_False; in DefVar() local 219 bConst = sal_True; in DefVar() 221 Next(), bConst = sal_True; in DefVar() 224 if( !bConst && (eCurTok == SUB || eCurTok == FUNCTION || eCurTok == PROPERTY || in DefVar() 300 while( ( pDef = VarDecl( &pDim, bStatic, bConst ) ) != NULL ) in DefVar() 351 && ( !bConst || pDef->GetScope() == SbGLOBAL ) ) in DefVar() 401 if( bConst ) in DefVar() 438 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()
|
| /trunk/main/codemaker/source/bonobowrappermaker/ |
| H A D | corbatype.cxx | 568 OString CorbaType::printUnoType(const OString& type, sal_Bool bConst, sal_Bool bRef, sal_Bool bNati… in printUnoType() argument 580 if (bConst) ret.append("const "); in printUnoType() 624 sal_Bool bConst, sal_Bool bRef, sal_Bool bNative) in dumpUnoType() argument 627 OString ret = printUnoType(type, bConst, bRef, bNative); in dumpUnoType() 631 OString CorbaType::printCorbaType(const OString& type, sal_Bool bConst, sal_Bool bRef) in printCorbaType() argument 657 if (bConst) ret.append("const "); in printCorbaType() 858 sal_Bool bConst, sal_Bool bRef) in dumpCorbaType() argument 861 OString ret = printCorbaType(type, bConst, bRef); in dumpCorbaType() 1210 sal_Bool bConst = sal_False; in dumpUnoMethods() local 1259 bConst = sal_False; 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,
|
| /trunk/main/svx/source/svdraw/ |
| H A D | svdglev.cxx | 54 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 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()
|
| /trunk/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()
|
| /trunk/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,
|
| /trunk/main/svx/inc/svx/ |
| H A D | svdglev.hxx | 60 …void ImpDoMarkedGluePoints(PGlueDoFunc pDoFunc, sal_Bool bConst, const void* p1=NULL, const void* …
|
| /trunk/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
|
| /trunk/main/codemaker/source/idlmaker/ |
| H A D | idltype.cxx | 854 sal_Bool bConst = sal_False; in dumpMethods() local
|