Home
last modified time | relevance | path

Searched refs:aEntryName (Results 1 – 18 of 18) sorted by relevance

/trunk/main/odk/examples/java/EmbedDocument/EmbeddedObject/
H A DOwnEmbeddedObject.java101 …ected void SwitchOwnPersistence( XStorage xParentStorage, XStorage xOwnStorage, String aEntryName ) in SwitchOwnPersistence() argument
109 m_aEntryName = aEntryName; in SwitchOwnPersistence()
114 …protected void SwitchOwnPersistence( XStorage xParentStorage, String aEntryName ) throws com.sun.s… in SwitchOwnPersistence() argument
116 if ( xParentStorage != m_xParentStorage || !aEntryName.equals( m_aEntryName ) ) in SwitchOwnPersistence()
120 …XStorage xOwnStorage = xParentStorage.openStorageElement( aEntryName, com.sun.star.embed.ElementMo… in SwitchOwnPersistence()
121 SwitchOwnPersistence( xParentStorage, xOwnStorage, aEntryName ); in SwitchOwnPersistence()
383 …public void setPersistentEntry(com.sun.star.embed.XStorage xStorage, String aEntryName, int nEntry… in setPersistentEntry() argument
388 if ( xStorage == null || aEntryName.length() == 0 ) in setPersistentEntry()
407 if ( m_xParentStorage == xStorage && m_aEntryName.equals( aEntryName ) ) in setPersistentEntry()
409 else if ( m_xNewParentStorage == xStorage && m_aNewEntryName.equals( aEntryName ) ) in setPersistentEntry()
[all …]
/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()
/trunk/main/sc/source/ui/view/
H A Ddbfunc3.cxx1221 String aEntryName = aEntries[nEntry]->GetString(); in GroupDataPilot() local
1226 … const ScDPSaveGroupItem* pBaseGroup = pBaseGroupDim->GetNamedGroup( aEntryName ); in GroupDataPilot()
1230 pGroupDimension->RemoveFromGroups( aEntryName ); in GroupDataPilot()
1233 pGroupDimension->RemoveFromGroups( aEntryName ); in GroupDataPilot()
1279 String aEntryName = aEntries[nEntry]->GetString(); in GroupDataPilot() local
1283 … const ScDPSaveGroupItem* pBaseGroup = pBaseGroupDim->GetNamedGroup( aEntryName ); in GroupDataPilot()
1287 … aGroup.AddElement( aEntryName ); // no group found -> automatic group, add the item itself in GroupDataPilot()
1290 aGroup.AddElement( aEntryName ); // no group dimension, add all items directly in GroupDataPilot()
1364 String aEntryName = aEntries[nEntry]->GetString(); in UngroupDataPilot() local
1365 pGroupDim->RemoveGroup( aEntryName ); in UngroupDataPilot()
[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/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/framework/source/fwe/xml/
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()
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 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()
/trunk/main/svx/source/form/
H A Dfmexpl.cxx338 … ::rtl::OUString aEntryName(::comphelper::getString(xSet->getPropertyValue( FM_PROP_NAME ))); in FmFormData()
339 SetText(aEntryName); in FmFormData()
403 … ::rtl::OUString aEntryName = ::comphelper::getString(xSet->getPropertyValue( FM_PROP_NAME )); in FmControlData()
/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/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/framework/source/xml/
H A Dimagesdocumenthandler.cxx107 char aEntryName[20]; member
151 temp.appendAscii( ImagesEntries[i].aEntryName ); in OReadImagesDocumentHandler()
/trunk/main/offapi/com/sun/star/text/
H A DXAutoTextGroup.idl107 void removeByName( [in] string aEntryName )
/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/svtools/source/inc/
H A Dproperty.hxx450 String aEntryName; member in SvBasicPropertyDataControl
/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/sw/inc/
H A Dunoatxt.hxx137 …virtual void SAL_CALL removeByName(const rtl::OUString& aEntryName) throw( ::com::sun::star::conta…