Searched refs:bLocal (Results 1 – 8 of 8) sorted by relevance
/aoo42x/main/odk/examples/DevelopersGuide/Components/JavaComponent/ |
H A D | TestJavaComponent.java | 62 boolean bLocal = false; in main() 76 bLocal = true; in main() 98 if ( bLocal ) in main() 115 if ( bLocal ) in main()
|
/aoo42x/main/basic/source/runtime/ |
H A D | step2.cxx | 57 …( SbxObject* pObj, sal_uInt32 nOp1, sal_uInt32 nOp2, SbError nNotFound, sal_Bool bLocal, sal_Bool … in FindElement() argument 94 if( bLocal ) in FindElement() 113 if( bLocal && pElem ) // Local as flag for global search in FindElement() 127 if( bLocal && !pElem ) in FindElement() 184 if( !bLocal || pImg->GetFlag( SBIMG_EXPLICIT ) ) in FindElement() 640 …ect* pObj, sal_uInt32 nOp1, sal_uInt32 nOp2, SbError nNotFound, sal_Bool bLocal, sal_Bool bStatic ) in StepFIND_Impl() argument 644 PushVar( FindElement( pObj, nOp1, nOp2, nNotFound, bLocal, bStatic ) ); in StepFIND_Impl()
|
/aoo42x/main/l10ntools/source/ |
H A D | localize.cxx | 165 …SourceTreeLocalizer( const ByteString &rRoot, const ByteString &rVersion , bool bLocal , bool skip… 668 if( bLocal ){ in ExecuteMerge() 707 bLocal = true; in ExecuteMerge() 710 if( bLocal ){ in ExecuteMerge() 729 if( bLocal && !bMerged ){ in ExecuteMerge()
|
H A D | srciter.cxx | 39 : bInExecute( sal_False ) , bLocal( bLocal_in ) in SourceTreeIterator() 43 if(!bLocal){ in SourceTreeIterator()
|
/aoo42x/main/basic/source/inc/ |
H A D | runtime.hxx | 349 …( SbxObject* pObj, sal_uInt32 nOp1, sal_uInt32 nOp2, SbError, sal_Bool bLocal, sal_Bool bStatic = … 422 …void StepFIND_Impl( SbxObject* pObj, sal_uInt32 nOp1, sal_uInt32 nOp2, SbError, sal_Bool bLocal, s…
|
/aoo42x/main/l10ntools/inc/ |
H A D | srciter.hxx | 39 bool bLocal; member in SourceTreeIterator
|
/aoo42x/main/forms/source/xforms/ |
H A D | binding.cxx | 990 bool bLocal = in _setNamespaces() local 998 XNameContainer_t& rWhich = bLocal ? mxNamespaces : xModelNamespaces; in _setNamespaces()
|
/aoo42x/main/sc/source/ui/vba/ |
H A D | vbarange.cxx | 2079 sal_Bool bLocal = sal_False; in Address() local 2082 External >>= bLocal; in Address() 2083 if ( bLocal ) in Address()
|
Completed in 774 milliseconds