| /trunk/main/odk/examples/java/EmbedDocument/EmbeddedObject/ |
| H A D | OwnEmbeddedObject.java | 101 …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 D | bastype2.cxx | 427 ::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 D | dbfunc3.cxx | 1221 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 D | HelpIndexerTool.java | 368 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 D | property.cxx | 1344 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 D | eventsdocumenthandler.cxx | 107 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 D | statusbardocumenthandler.cxx | 154 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 D | toolboxdocumenthandler.cxx | 138 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 D | fmexpl.cxx | 338 … ::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 D | envfmt.cxx | 180 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 D | dapiuno.cxx | 2607 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 D | afmtuno.cxx | 165 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 D | imagesdocumenthandler.cxx | 107 char aEntryName[20]; member 151 temp.appendAscii( ImagesEntries[i].aEntryName ); in OReadImagesDocumentHandler()
|
| /trunk/main/offapi/com/sun/star/text/ |
| H A D | XAutoTextGroup.idl | 107 void removeByName( [in] string aEntryName )
|
| /trunk/main/sw/source/ui/uno/ |
| H A D | unoatxt.cxx | 522 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 D | property.hxx | 450 String aEntryName; member in SvBasicPropertyDataControl
|
| /trunk/main/embeddedobj/source/msole/ |
| H A D | olepersist.cxx | 173 …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 D | unoatxt.hxx | 137 …virtual void SAL_CALL removeByName(const rtl::OUString& aEntryName) throw( ::com::sun::star::conta…
|