| /trunk/main/basic/source/basmgr/ |
| H A D | basmgr.cxx | 465 sal_Bool IsReference() const { return bReference; } in IsReference() function in BasicLibInfo 466 sal_Bool& IsReference() { return bReference; } in IsReference() function in BasicLibInfo 647 pInfo->IsReference() = bReferenz; in Create() 1016 ( ( !pInfo->IsExtern() ) || ( pInfo->IsReference() ) ) ) in LoadBasicManager() 1252 CheckModules( pLibInfo->GetLib(), pLibInfo->IsReference() ); in ImpLoadLibary() 1377 pLibInfo->IsReference() = sal_True; in AddLib() 1398 sal_Bool BasicManager::IsReference( sal_uInt16 nLib ) in IsReference() function in BasicManager 1405 return pLibInfo->IsReference(); in IsReference() 1413 return RemoveLib( nLib, !IsReference( nLib ) ); in RemoveLib() 1434 if ( bDelBasicFromStorage && !pLibInfo->IsReference() && in RemoveLib() [all …]
|
| /trunk/main/sc/source/core/tool/ |
| H A D | rangenam.cxx | 380 if ( IsReference(aRange) ) in IsRangeAtBlock() 385 sal_Bool ScRangeData::IsReference( ScRange& rRange ) const in IsReference() function in ScRangeData 388 return pCode->IsReference( rRange ); in IsReference() 393 sal_Bool ScRangeData::IsReference( ScRange& rRange, const ScAddress& rPos ) const in IsReference() function in ScRangeData 401 return pTemp->IsReference( rRange ); in IsReference()
|
| H A D | token.cxx | 1304 sal_Bool ScTokenArray::IsReference( ScRange& rRange ) const in IsReference() function in ScTokenArray
|
| H A D | compiler.cxx | 2830 sal_Bool ScCompiler::IsReference( const String& rName ) in IsReference() function in ScCompiler 3667 if (IsReference( aOrg )) in NextNewToken()
|
| H A D | interpr1.cxx | 7019 if (!rData->IsReference(aRange, ScAddress( aPos.Tab(), 0, 0))) in ScIndirect() 7024 if (!rData->IsReference( aRange, aPos)) in ScIndirect()
|
| /trunk/main/sc/inc/ |
| H A D | rangenam.hxx | 143 SC_DLLPUBLIC sal_Bool IsReference( ScRange& rRef ) const; 144 sal_Bool IsReference( ScRange& rRef, const ScAddress& rPos ) const;
|
| H A D | tokenarray.hxx | 50 sal_Bool IsReference( ScRange& rRange ) const;
|
| H A D | compiler.hxx | 336 sal_Bool IsReference( const String& );
|
| /trunk/main/sc/source/filter/excel/ |
| H A D | xiname.cxx | 181 if( pTokArr->IsReference( aRange ) ) in XclImpName()
|
| H A D | xicontent.cxx | 970 if( pRangeData->IsReference( aRange ) ) in ReadQsi()
|
| /trunk/main/xmloff/source/text/ |
| H A D | txtparaimphint.hxx | 86 sal_Bool IsReference() { return XML_HINT_REFERENCE==nType; } in IsReference() function in XMLHint_Impl
|
| H A D | txtparai.cxx | 282 if ( pHint->IsReference() && in XMLEndReferenceContext_Impl()
|
| /trunk/main/basctl/source/basicide/ |
| H A D | moduldlg.hxx | 160 sal_Bool IsReference() const { return aReferenceBox.IsChecked(); } in IsReference() function in LibDialog
|
| H A D | moduldl2.cxx | 932 sal_Bool bReference = pLibDlg->IsReference(); in InsertLib()
|
| /trunk/main/basic/inc/basic/ |
| H A D | basmgr.hxx | 245 sal_Bool IsReference( sal_uInt16 nLib );
|
| /trunk/main/sc/source/filter/html/ |
| H A D | htmlimp.cxx | 243 … if( pRangeData && pRangeData->IsReference( aRange ) && !aRangeList.In( aRange ) ) in GetHTMLRangeNameList()
|
| /trunk/main/sc/source/core/data/ |
| H A D | validat.cxx | 715 if (pName && pName->IsReference(aRange)) in GetSelectionFromFormula()
|