Searched refs:aSourceName (Results 1 – 5 of 5) sorted by relevance
/aoo42x/main/cui/source/dialogs/ |
H A D | pastedlg.cxx | 148 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()
|
/aoo42x/main/basctl/source/basicide/ |
H A D | moduldlg.cxx | 213 String aSourceName( aSourceDesc.GetName() ); in NotifyAcceptDrop() local 363 String aSourceName( aSourceDesc.GetName() ); in NotifyCopyingMoving() local 390 if ( rSourceDoc.getModule( aSourceLibName, aSourceName, aModule ) ) in NotifyCopyingMoving() 393 if ( rSourceDoc.removeModule( aSourceLibName, aSourceName ) ) in NotifyCopyingMoving() 407 if ( rSourceDoc.getDialog( aSourceLibName, aSourceName, xISP ) ) in NotifyCopyingMoving() 410 aSourceLibName, rDestDoc, aDestLibName, aSourceName ); in NotifyCopyingMoving() 413 if ( BasicIDE::RemoveDialog( rSourceDoc, aSourceLibName, aSourceName ) ) in NotifyCopyingMoving() 437 if ( rSourceDoc.getModule( aSourceLibName, aSourceName, aModule ) ) in NotifyCopyingMoving() 448 if ( rSourceDoc.getDialog( aSourceLibName, aSourceName, xISP ) ) in NotifyCopyingMoving() 451 aSourceLibName, rDestDoc, aDestLibName, aSourceName ); in NotifyCopyingMoving() [all …]
|
/aoo42x/main/sc/source/core/data/ |
H A D | dpoutput.cxx | 1134 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() 1607 rResult[j] = lcl_IsNamedDataField( rTarget, aSourceName, aGivenName ); in lcl_FilterInclude() 1629 String aSourceName( aResultEntry.Name ); in lcl_FilterInclude() local 1630 aSourceName.EraseTrailingChars( '*' ); in lcl_FilterInclude() [all …]
|
H A D | dpobject.cxx | 1355 String aSourceName; in ParseFilters() local 1357 ScDPOutput::GetDataDimensionNames( aSourceName, aGivenName, xIntDim ); in ParseFilters() 1358 aDataNames.push_back( aSourceName ); in ParseFilters()
|
/aoo42x/main/extensions/source/bibliography/ |
H A D | datman.hxx | 117 void UpdateAddressbookCursor(::rtl::OUString aSourceName);
|
Completed in 66 milliseconds