Home
last modified time | relevance | path

Searched refs:IsReference (Results 1 – 17 of 17) sorted by relevance

/trunk/main/basic/source/basmgr/
H A Dbasmgr.cxx465 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 Drangenam.cxx380 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 Dtoken.cxx1304 sal_Bool ScTokenArray::IsReference( ScRange& rRange ) const in IsReference() function in ScTokenArray
H A Dcompiler.cxx2830 sal_Bool ScCompiler::IsReference( const String& rName ) in IsReference() function in ScCompiler
3667 if (IsReference( aOrg )) in NextNewToken()
H A Dinterpr1.cxx7019 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 Drangenam.hxx143 SC_DLLPUBLIC sal_Bool IsReference( ScRange& rRef ) const;
144 sal_Bool IsReference( ScRange& rRef, const ScAddress& rPos ) const;
H A Dtokenarray.hxx50 sal_Bool IsReference( ScRange& rRange ) const;
H A Dcompiler.hxx336 sal_Bool IsReference( const String& );
/trunk/main/sc/source/filter/excel/
H A Dxiname.cxx181 if( pTokArr->IsReference( aRange ) ) in XclImpName()
H A Dxicontent.cxx970 if( pRangeData->IsReference( aRange ) ) in ReadQsi()
/trunk/main/xmloff/source/text/
H A Dtxtparaimphint.hxx86 sal_Bool IsReference() { return XML_HINT_REFERENCE==nType; } in IsReference() function in XMLHint_Impl
H A Dtxtparai.cxx282 if ( pHint->IsReference() && in XMLEndReferenceContext_Impl()
/trunk/main/basctl/source/basicide/
H A Dmoduldlg.hxx160 sal_Bool IsReference() const { return aReferenceBox.IsChecked(); } in IsReference() function in LibDialog
H A Dmoduldl2.cxx932 sal_Bool bReference = pLibDlg->IsReference(); in InsertLib()
/trunk/main/basic/inc/basic/
H A Dbasmgr.hxx245 sal_Bool IsReference( sal_uInt16 nLib );
/trunk/main/sc/source/filter/html/
H A Dhtmlimp.cxx243 if( pRangeData && pRangeData->IsReference( aRange ) && !aRangeList.In( aRange ) ) in GetHTMLRangeNameList()
/trunk/main/sc/source/core/data/
H A Dvalidat.cxx715 if (pName && pName->IsReference(aRange)) in GetSelectionFromFormula()

Completed in 142 milliseconds