Home
last modified time | relevance | path

Searched refs:aSourceName (Results 1 – 5 of 5) sorted by relevance

/trunk/main/cui/source/dialogs/
H A Dpastedlg.cxx148 String aSourceName, aTypeName; in GetFormat() local
217 SvPasteObjectHelper::GetEmbeddedName(rHelper,aName,aSourceName,nFormat); in GetFormat()
230 aSourceName = aDesc.maDisplayName; in GetFormat()
252 if( !aTypeName.Len() && !aSourceName.Len() ) in GetFormat()
256 aSourceName = aDesc.maDisplayName; in GetFormat()
260 if( !aTypeName.Len() && !aSourceName.Len() ) in GetFormat()
266 aSourceName = String( ResId( STR_UNKNOWN_SOURCE, *pMgr ) ); in GetFormat()
274 if( aSourceName.Len() ) in GetFormat()
279 aTypeName += aSourceName; in GetFormat()
/trunk/main/basctl/source/basicide/
H A Dmoduldlg.cxx213 String aSourceName( aSourceDesc.GetName() ); in NotifyAcceptDrop() local
249 … if ( ( eSourceType == OBJ_TYPE_MODULE && rDestDoc.hasModule( aDestLibName, aSourceName ) ) || in NotifyAcceptDrop()
250 ( eSourceType == OBJ_TYPE_DIALOG && rDestDoc.hasDialog( aDestLibName, aSourceName ) ) ) in NotifyAcceptDrop()
363 String aSourceName( aSourceDesc.GetName() ); in NotifyCopyingMoving() local
378 …SbxItem aSbxItem( SID_BASICIDE_ARG_SBX, rSourceDoc, aSourceLibName, aSourceName, ConvertType( eTyp… in NotifyCopyingMoving()
390 if ( rSourceDoc.getModule( aSourceLibName, aSourceName, aModule ) ) in NotifyCopyingMoving()
393 if ( rSourceDoc.removeModule( aSourceLibName, aSourceName ) ) in NotifyCopyingMoving()
398 if ( rDestDoc.insertModule( aDestLibName, aSourceName, aModule ) ) in NotifyCopyingMoving()
407 if ( rSourceDoc.getDialog( aSourceLibName, aSourceName, xISP ) ) in NotifyCopyingMoving()
410 aSourceLibName, rDestDoc, aDestLibName, aSourceName ); in NotifyCopyingMoving()
[all …]
/trunk/main/sc/source/core/data/
H A Ddpoutput.cxx1134 String aSourceName; in lcl_GetTableVars() local
1136 ScDPOutput::GetDataDimensionNames( aSourceName, aGivenName, xDim ); in lcl_GetTableVars()
1153 rDataNames.push_back( aSourceName ); in lcl_GetTableVars()
1548 String aSourceName( rDataNames[nDataPos] ); // vector contains source names in lcl_FilterInclude() local
1551 rResult[j] = lcl_IsNamedDataField( rTarget, aSourceName, aGivenName ); in lcl_FilterInclude()
1584 … String aSourceName( rDataNames[nDataPos] ); // vector contains source names in lcl_FilterInclude() local
1588 rResult[j] = lcl_IsNamedDataField( rTarget, aSourceName, aGivenName ) && in lcl_FilterInclude()
1604 … String aSourceName( rDataNames[nSubTotalCount] ); // vector contains source names in lcl_FilterInclude() local
1607 rResult[j] = lcl_IsNamedDataField( rTarget, aSourceName, aGivenName ); in lcl_FilterInclude()
1629 String aSourceName( aResultEntry.Name ); in lcl_FilterInclude() local
[all …]
H A Ddpobject.cxx1355 String aSourceName; in ParseFilters() local
1357 ScDPOutput::GetDataDimensionNames( aSourceName, aGivenName, xIntDim ); in ParseFilters()
1358 aDataNames.push_back( aSourceName ); in ParseFilters()
/trunk/main/extensions/source/bibliography/
H A Ddatman.hxx117 void UpdateAddressbookCursor(::rtl::OUString aSourceName);