Home
last modified time | relevance | path

Searched refs:aCodeName (Results 1 – 6 of 6) sorted by relevance

/trunk/main/oox/source/xls/
H A Dexcelvbaproject.cxx99 OUString aCodeName; in prepareImport() local
100 aSheetProp.getProperty( aCodeName, PROP_CodeName ); in prepareImport()
101 if( aCodeName.getLength() > 0 ) in prepareImport()
103 aUsedCodeNames.insert( aCodeName ); in prepareImport()
120 OUString aCodeName; in prepareImport() local
123aCodeName = OUStringBuffer( aIt->maPrefix ).append( nCounter++ ).makeStringAndClear(); in prepareImport()
125 while( aUsedCodeNames.count( aCodeName ) > 0 ); in prepareImport()
126 aUsedCodeNames.insert( aCodeName ); in prepareImport()
129 aIt->maSheetProps.setProperty( PROP_CodeName, aCodeName ); in prepareImport()
132 addDummyModule( aCodeName, ModuleType::DOCUMENT ); in prepareImport()
/trunk/main/sc/source/ui/vba/
H A Dvbaeventshelper.cxx805 String aCodeName; in implGetDocumentModuleName() local
807 mpDoc->GetCodeName( nTab, aCodeName ); in implGetDocumentModuleName()
809 aCodeName = mpDoc->GetCodeName(); in implGetDocumentModuleName()
810 return aCodeName; in implGetDocumentModuleName()
/trunk/main/vbahelper/source/vbahelper/
H A Dvbahelper.cxx1337 ::rtl::OUString aCodeName; in getVBADocument()
1338 …ps->getPropertyValue( ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "CodeName" ) ) ) >>= aCodeName; in getVBADocument()
1339 xIf = getUnoDocModule( aCodeName, getSfxObjShell( xModel ) ); in getVBADocument()
/trunk/main/sc/inc/
H A Dtable.hxx108 String aCodeName; member in ScTable
273 void GetCodeName( String& rName ) const { rName = aCodeName; } in GetCodeName()
274 void SetCodeName( const String& rNewName ) { aCodeName = rNewName; } in SetCodeName()
/trunk/main/sc/source/ui/unoobj/
H A Dcellsuno.cxx8568 rtl::OUString aCodeName; in SetOnePropertyValue() local
8569 if ( pDocSh && ( aValue >>= aCodeName ) ) in SetOnePropertyValue()
8571 pDocSh->GetDocument()->SetCodeName( GetTab_Impl(), aCodeName ); in SetOnePropertyValue()
8718 String aCodeName; in GetOnePropertyValue() local
8720 pDocSh->GetDocument()->GetCodeName( GetTab_Impl(), aCodeName ); in GetOnePropertyValue()
8721 rAny <<= rtl::OUString( aCodeName ); in GetOnePropertyValue()
/trunk/main/sc/source/core/data/
H A Dtable1.cxx58 aCodeName( rNewName ), in ScTable()

Completed in 86 milliseconds