Searched refs:FOLDER (Results 1 – 15 of 15) sorted by relevance
/aoo41x/main/svl/inc/svl/ |
H A D | cntwids.hrc | 125 //FUNC FOLDER 133 //PROP FOLDER VIEW 149 //PROP FOLDER DIR 157 //PROP FOLDER USER 235 // PROP FOLDER 334 // PROP FOLDER 347 // PROP FOLDER 373 // FUNC FOLDER 383 // PROP FOLDER (VIEW) 450 // PROP FOLDER [all …]
|
/aoo41x/main/ucb/source/ucp/tdoc/ |
H A D | tdoc_content.cxx | 89 return FOLDER; in lcl_getContentType() 340 else if ( m_aProps.getType() == FOLDER ) in getSupportedServiceNames() 507 if ( ( eType != FOLDER ) && ( eType != STREAM ) ) in execute() 919 if ( eType == FOLDER ) in exchangeIdentity() 1052 if ( eType == FOLDER ) in getPropertyValues() 1153 if ( eType == FOLDER ) in getPropertyValues() 1328 if ( eType == FOLDER ) in setPropertyValues() 1717 if ( eType == FOLDER ) in insert() 1897 if ( eType == FOLDER ) in destroy() 2453 bIsFolder ? FOLDER : STREAM, in loadData() [all …]
|
H A D | tdoc_contentcaps.cxx | 165 else if ( m_aProps.getType() == FOLDER ) in getProperties() 502 else if ( m_aProps.getType() == FOLDER ) in getCommands()
|
H A D | tdoc_content.hxx | 59 enum ContentType { STREAM, FOLDER, DOCUMENT, ROOT }; enumerator 71 : rType == FOLDER in ContentProperties()
|
/aoo41x/main/setup_native/scripts/ |
H A D | unpack_update.sh | 27 FOLDER=`basename "$1" ".$EXTENSION"` 30 DESTPATH="$BASEDIR/$FOLDER" 34 DESTPATH="$BASEDIR/$FOLDER-$NUM"
|
/aoo41x/main/wizards/com/sun/star/wizards/ui/ |
H A D | PathSelection.java | 51 public static final int FOLDER = 0; field in PathSelection.DialogTypes 133 case DialogTypes.FOLDER: in triggerPathPicker() 156 case DialogTypes.FOLDER: in triggerPathPicker()
|
/aoo41x/main/ucb/source/ucp/hierarchy/ |
H A D | hierarchycontent.hxx | 68 m_aContentType( rType == HierarchyEntryData::FOLDER in HierarchyContentProperties() 74 m_aContentType( rData.getType() == HierarchyEntryData::FOLDER in HierarchyContentProperties() 93 { return m_aData.getType() == HierarchyEntryData::FOLDER; } in getIsFolder() 114 enum ContentKind { LINK, FOLDER, ROOT }; enumerator
|
H A D | hierarchycontent.cxx | 154 ? HierarchyEntryData::FOLDER in HierarchyContent() 323 else if ( m_eKind == FOLDER ) in getSupportedServiceNames() 722 rProps = HierarchyContentProperties( HierarchyEntryData::FOLDER ); in loadData() 774 m_eKind = FOLDER; in setKind() 836 if ( ( m_eKind != FOLDER ) && ( m_eKind != ROOT ) ) in queryChildren() 923 if ( m_eKind == FOLDER ) in exchangeIdentity() 1652 if ( m_eKind == FOLDER ) in destroy()
|
H A D | hierarchydata.hxx | 48 enum Type { NONE, LINK, FOLDER }; enumerator 66 : FOLDER; } in getType()
|
H A D | hierarchycontentcaps.cxx | 223 else if ( m_eKind == FOLDER ) in getProperties() 515 else if ( m_eKind == FOLDER ) in getCommands()
|
H A D | hierarchydata.cxx | 244 rData.setType( HierarchyEntryData::FOLDER ); in getData() 1239 m_pImpl->entry.setType( HierarchyEntryData::FOLDER ); in operator *()
|
H A D | hierarchydatasupplier.cxx | 428 if ( rResult.getType() == HierarchyEntryData::FOLDER ) in checkResult()
|
/aoo41x/main/uui/source/ |
H A D | nameclashdlg.src | 101 …Text = "A file with the name \"%NAME\" already exists in the location \"%FOLDER\".\nChoose Replace… 106 …Text = "A file with the name \"%NAME\" already exists in the location \"%FOLDER\".\nPlease enter a…
|
/aoo41x/main/ucbhelper/workben/ucbexplorer/ |
H A D | ucbexplorer.cxx | 138 enum EntryType { FOLDER, DOCUMENT, LINK }; enumerator 579 case UcbExplorerListBoxEntry::FOLDER: in RequestingChilds() 932 pEntry->m_eType = UcbExplorerListBoxEntry::FOLDER; in InsertEntry()
|
/aoo41x/main/offapi/com/sun/star/sync/ |
H A D | SyncType.idl | 40 const unsigned long FOLDER = 2;
|
Completed in 56 milliseconds