Home
last modified time | relevance | path

Searched refs:aEntryName (Results 1 – 18 of 18) sorted by last modified time

/trunk/main/embeddedobj/source/msole/
H A Dolepersist.cxx173 …ce< embed::XOptimizedStorage >& xParentStorage, const ::rtl::OUString& aEntryName, const uno::Refe… in GetNewFilledTempFile_Impl() argument
185 xParentStorage->copyStreamElementData( aEntryName, xTempStream ); in GetNewFilledTempFile_Impl()
/trunk/main/framework/source/fwe/xml/
H A Dtoolboxdocumenthandler.cxx138 char aEntryName[20]; member
183 temp += ::rtl::OUString::createFromAscii( ToolBoxEntries[i].aEntryName ); in OReadToolBoxDocumentHandler()
190 temp += ::rtl::OUString::createFromAscii( ToolBoxEntries[i].aEntryName ); in OReadToolBoxDocumentHandler()
H A Dstatusbardocumenthandler.cxx154 char aEntryName[20]; member
188 temp += ::rtl::OUString::createFromAscii( StatusBarEntries[i].aEntryName ); in OReadStatusBarDocumentHandler()
195 temp += ::rtl::OUString::createFromAscii( StatusBarEntries[i].aEntryName ); in OReadStatusBarDocumentHandler()
H A Deventsdocumenthandler.cxx107 char aEntryName[20]; member
138 temp += ::rtl::OUString::createFromAscii( EventEntries[i].aEntryName ); in OReadEventsDocumentHandler()
145 temp += ::rtl::OUString::createFromAscii( EventEntries[i].aEntryName ); in OReadEventsDocumentHandler()
/trunk/main/framework/source/xml/
H A Dimagesdocumenthandler.cxx107 char aEntryName[20]; member
151 temp.appendAscii( ImagesEntries[i].aEntryName ); in OReadImagesDocumentHandler()
/trunk/main/sw/source/ui/uno/
H A Dunoatxt.cxx522 void SwXAutoTextGroup::removeByName(const OUString& aEntryName) throw( container::NoSuchElementExce… in removeByName() argument
528 sal_uInt16 nIdx = pGlosGroup->GetIndex(aEntryName); in removeByName()
/trunk/main/sw/source/ui/envelp/
H A Denvfmt.cxx180 aEntryName; in SwEnvFmtPage() local
186 aEntryName = aSizeFormatBox.GetEntry(i); in SwEnvFmtPage()
187 if (aEntryName < aPaperName) in SwEnvFmtPage()
/trunk/main/sw/inc/
H A Dunoatxt.hxx137 …virtual void SAL_CALL removeByName(const rtl::OUString& aEntryName) throw( ::com::sun::star::conta…
/trunk/main/svx/source/form/
H A Dfmexpl.cxx345 … ::rtl::OUString aEntryName(::comphelper::getString(xSet->getPropertyValue( FM_PROP_NAME ))); in FmFormData()
346 SetText(aEntryName); in FmFormData()
411 … ::rtl::OUString aEntryName = ::comphelper::getString(xSet->getPropertyValue( FM_PROP_NAME )); in FmControlData()
/trunk/main/svtools/source/inc/
H A Dproperty.hxx450 String aEntryName; member in SvBasicPropertyDataControl
/trunk/main/svtools/source/dialogs/
H A Dproperty.cxx1344 aEntryName=aName; in Modified()
1354 aEntryName=aName; in Clicked()
1364 aEntryName=aName; in Commit()
1373 aEntryName=aName; in Select()
1385 return aEntryName; in GetName()
/trunk/main/sc/source/ui/view/
H A Ddbfunc3.cxx1227 String aEntryName = aEntries[nEntry]->GetString(); in GroupDataPilot() local
1232 … const ScDPSaveGroupItem* pBaseGroup = pBaseGroupDim->GetNamedGroup( aEntryName ); in GroupDataPilot()
1236 pGroupDimension->RemoveFromGroups( aEntryName ); in GroupDataPilot()
1239 pGroupDimension->RemoveFromGroups( aEntryName ); in GroupDataPilot()
1285 String aEntryName = aEntries[nEntry]->GetString(); in GroupDataPilot() local
1289 … const ScDPSaveGroupItem* pBaseGroup = pBaseGroupDim->GetNamedGroup( aEntryName ); in GroupDataPilot()
1296 … aGroup.AddElement( aEntryName ); // no group dimension, add all items directly in GroupDataPilot()
1370 String aEntryName = aEntries[nEntry]->GetString(); in UngroupDataPilot() local
1371 pGroupDim->RemoveGroup( aEntryName ); in UngroupDataPilot()
2108 String aEntryName = aEntries[nEntry]->GetString(); in SetDataPilotDetails() local
[all …]
/trunk/main/sc/source/ui/unoobj/
H A Ddapiuno.cxx2607 String aEntryName(rItems[nEntry]); in createNameGroup() local
2612 … const ScDPSaveGroupItem* pBaseGroup = pBaseGroupDim->GetNamedGroup( aEntryName ); in createNameGroup()
2616 pGroupDimension->RemoveFromGroups( aEntryName ); in createNameGroup()
2619 pGroupDimension->RemoveFromGroups( aEntryName ); in createNameGroup()
2672 String aEntryName(rItems[nEntry]); in createNameGroup() local
2674 if (!xMembers->hasByName(aEntryName)) in createNameGroup()
2683 const ScDPSaveGroupItem* pBaseGroup = pBaseGroupDim->GetNamedGroup( aEntryName ); in createNameGroup()
2687 … aGroup.AddElement( aEntryName ); // no group found -> automatic group, add the item itself in createNameGroup()
2690 … aGroup.AddElement( aEntryName ); // no group dimension, add all items directly in createNameGroup()
H A Dafmtuno.cxx165 String aEntryName; in lcl_FindAutoFormatIndex() local
170 pEntry->GetName( aEntryName ); in lcl_FindAutoFormatIndex()
171 if ( aEntryName == rName ) in lcl_FindAutoFormatIndex()
/trunk/main/offapi/com/sun/star/text/
H A DXAutoTextGroup.idl107 void removeByName( [in] string aEntryName )
/trunk/main/odk/examples/java/EmbedDocument/EmbeddedObject/
H A DOwnEmbeddedObject.java109 m_aEntryName = aEntryName; in SwitchOwnPersistence()
121 SwitchOwnPersistence( xParentStorage, xOwnStorage, aEntryName ); in SwitchOwnPersistence()
388 if ( xStorage == null || aEntryName.length() == 0 ) in setPersistentEntry()
420 boolean bElExists = xStorage.hasByName( aEntryName ); in setPersistentEntry()
424 SwitchOwnPersistence( xStorage, aEntryName ); in setPersistentEntry()
446 SwitchOwnPersistence( xStorage, aEntryName ); in setPersistentEntry()
466 m_xParentStorage.copyElementTo( m_aEntryName, xStorage, aEntryName ); in storeToEntry()
471 xStorage.openStorageElement( aEntryName, in storeToEntry()
494 xStorage.openStorageElement( aEntryName, in storeAsEntry()
502 xStorage.openStorageElement( aEntryName, in storeAsEntry()
[all …]
/trunk/main/l10ntools/source/help/
H A DHelpIndexerTool.java368 String aEntryName = ""; in addToZipRecursively() local
370 aEntryName += aBasePath + "/"; in addToZipRecursively()
371 aEntryName += aFileName; in addToZipRecursively()
372 ZipEntry aZipEntry = new ZipEntry( aEntryName ); in addToZipRecursively()
/trunk/main/basctl/source/basicide/
H A Dbastype2.cxx427 ::rtl::OUString aEntryName = iter->second; in ImpCreateLibSubEntriesInVBAMode()
428 SvLBoxEntry* pLibSubRootEntry = FindEntry( pLibRootEntry, aEntryName, eType ); in ImpCreateLibSubEntriesInVBAMode()
438 aEntryName, in ImpCreateLibSubEntriesInVBAMode()
487 String aEntryName( aModName ); in ImpCreateLibSubSubEntriesInVBAMode() local
494 aEntryName.AppendAscii(" (").Append(sObjName).AppendAscii(")"); in ImpCreateLibSubSubEntriesInVBAMode()
497 SvLBoxEntry* pModuleEntry = FindEntry( pLibSubRootEntry, aEntryName, OBJ_TYPE_MODULE ); in ImpCreateLibSubSubEntriesInVBAMode()
500 aEntryName, in ImpCreateLibSubSubEntriesInVBAMode()

Completed in 129 milliseconds