Home
last modified time | relevance | path

Searched refs:Load (Results 1 – 25 of 293) sorted by relevance

12345678910>>...12

/trunk/main/unotools/source/config/
H A Dfltrcfg.cxx78 void Load();
158 void Load();
224 Load(); in SvtFilterOptions_Impl()
229 void Load() in Load() function
231 aWriterCfg.Load(); in Load()
232 aCalcCfg.Load(); in Load()
233 aImpressCfg.Load(); in Load()
286 Load(); in SvtFilterOptions()
352 Load(); in Notify()
376 void SvtFilterOptions::Load() in Load() function in SvtFilterOptions
[all …]
H A Dundoopt.cxx58 void Load();
70 Load(); in SvtUndoOptions_Impl()
94 void SvtUndoOptions_Impl::Load() in Load() function in SvtUndoOptions_Impl
146 Load(); in Notify()
H A Dsourceviewconfig.cxx47 void Load();
103 Load(); in SourceViewConfig_Impl()
135 void SourceViewConfig_Impl::Load() in Load() function in utl::SourceViewConfig_Impl
163 Load(); in Notify()
H A Dmisccfg.cxx63 void Load();
99 Load(); in SfxMiscCfg()
174 void SfxMiscCfg::Load() in Load() function in utl::SfxMiscCfg
203 Load(); in Notify()
/trunk/main/editeng/source/items/
H A Dflditem.cxx79 void SvxFieldData::Load( SvPersistStream & /*rStm*/ ) in Load() function in SvxFieldData
239 void SvxDateField::Load( SvPersistStream & rStm ) in Load() function in SvxDateField
395 void SvxURLField::Load( SvPersistStream & rStm ) in Load() function in SvxURLField
443 void __EXPORT SvxPageField::Load( SvPersistStream & /*rStm*/ ) in Load() function in SvxPageField
469 void __EXPORT SvxPagesField::Load( SvPersistStream & /*rStm*/ ) in Load() function in SvxPagesField
489 void __EXPORT SvxTimeField::Load( SvPersistStream & /*rStm*/ ) in Load() function in SvxTimeField
514 void __EXPORT SvxFileField::Load( SvPersistStream & /*rStm*/ ) in Load() function in SvxFileField
534 void __EXPORT SvxTableField::Load( SvPersistStream & /*rStm*/ ) in Load() function in SvxTableField
588 void SvxExtTimeField::Load( SvPersistStream & rStm ) in Load() function in SvxExtTimeField
727 void SvxExtFileField::Load( SvPersistStream & rStm ) in Load() function in SvxExtFileField
[all …]
/trunk/main/sw/source/ui/config/
H A Dusrpref.cxx73 aContentConfig.Load(); in SwMasterUsrPref()
74 aLayoutConfig.Load(); in SwMasterUsrPref()
75 aGridConfig.Load(); in SwMasterUsrPref()
76 aCursorConfig.Load(); in SwMasterUsrPref()
78 pWebColorConfig->Load(); in SwMasterUsrPref()
133 Load(); in SwContentViewConfig()
147 Load(); in Notify()
192 void SwContentViewConfig::Load() in Load() function in SwContentViewConfig
472 void SwGridConfig::Load() in Load() function in SwGridConfig
567 void SwCursorConfig::Load() in Load() function in SwCursorConfig
[all …]
H A Dmodcfg.cxx296 Load(); in SwRevisionConfig()
387 void SwRevisionConfig::Load() in Load() function in SwRevisionConfig
654 Load(); in SwInsertConfig()
936 void SwInsertConfig::Load() in Load() function in SwInsertConfig
1196 Load(); in SwTableConfig()
1235 void SwTableConfig::Load() in Load() function in SwTableConfig
1278 Load(); in SwMiscConfig()
1355 void SwMiscConfig::Load() in Load() function in SwMiscConfig
H A Ddbconfig.cxx87 void SwDBConfig::Load() in Load() function in SwDBConfig
123 Load(); in GetAddressSource()
132 Load(); in GetBibliographySource()
/trunk/main/svx/inc/svx/
H A Dxtable.hxx189 virtual bool Load() = 0;
249 virtual bool Load();
277 virtual bool Load();
308 virtual bool Load();
344 virtual bool Load();
370 virtual bool Load();
396 virtual bool Load();
/trunk/main/linguistic/source/
H A Dconvdic.cxx254 void ConvDic::Load() in Load() function in ConvDic
350 Load(); in HasEntry()
359 Load(); in AddEntry()
381 Load(); in RemoveEntry()
468 Load(); in getConversions()
519 Load(); in getConversionEntries()
551 Load(); in addEntry()
565 Load(); in removeEntry()
584 Load(); in getMaxCharCount()
/trunk/main/idl/source/objects/
H A Dbasobj.cxx49 void SvMetaObject::Load( SvPersistStream & ) in Load() function in SvMetaObject
194 void SvMetaName::Load( SvPersistStream & rStm ) in Load() function in SvMetaName
196 SvMetaObject::Load( rStm ); in Load()
557 void SvMetaReference::Load( SvPersistStream & rStm ) in Load() function in SvMetaReference
559 SvMetaName::Load( rStm ); in Load()
607 void SvMetaExtern::Load( SvPersistStream & rStm ) in Load() function in SvMetaExtern
609 SvMetaReference::Load( rStm ); in Load()
H A Dtypes.cxx72 void SvMetaAttribute::Load( SvPersistStream & rStm ) in Load() function in SvMetaAttribute
74 SvMetaReference::Load( rStm ); in Load()
1058 void SvMetaType::Load( SvPersistStream & rStm ) in Load() function in SvMetaType
1060 SvMetaExtern::Load( rStm ); in Load()
2302 SvMetaType::Load( rStm ); in Load()
2324 void SvMetaEnumValue::Load( SvPersistStream & rStm ) in Load() function in SvMetaEnumValue
2326 SvMetaName::Load( rStm ); in Load()
2412 void SvMetaTypeEnum::Load( SvPersistStream & rStm ) in Load() function in SvMetaTypeEnum
2414 SvMetaType::Load( rStm ); in Load()
2616 void SvMetaTypevoid::Load( SvPersistStream & rStm ) in Load() function in SvMetaTypevoid
[all …]
/trunk/main/sw/source/ui/inc/
H A Dusrpref.hxx51 void Load();
69 void Load();
87 void Load();
104 void Load();
121 void Load();
/trunk/main/sw/source/core/doc/
H A Dtblafmt.cxx132 void Load( SvStream& rStream, sal_uInt16 nVer );
161 void SwAfVersions::Load( SvStream& rStream, sal_uInt16 nVer ) in Load() function in SwAfVersions
327 sal_Bool SwBoxAutoFmt::Load( SvStream& rStream, const SwAfVersions& rVersions, sal_uInt16 nVer ) in Load() function in SwBoxAutoFmt
765 sal_Bool SwTableAutoFmt::Load( SvStream& rStream, const SwAfVersions& rVersions ) in Load() function in SwTableAutoFmt
803 bRet = pFmt->Load( rStream, rVersions, nVal ); in Load()
944 sal_Bool SwTableAutoFmtTbl::Load() in Load() function in SwTableAutoFmtTbl
953 bRet = Load( *aStream.GetInStream() ); in Load()
970 sal_Bool SwTableAutoFmtTbl::Load( SvStream& rStream ) in Load() function in SwTableAutoFmtTbl
1005 aVersions.Load( rStream, nVal ); // Item-Versionen in Load()
1016 bRet = pNew->Load( rStream, aVersions ); in Load()
/trunk/main/svx/workben/msview/
H A Dmsview.cxx773 void Load( const rtl::OUString& rFilePath );
785 Load( rFilePath ); in PPTDocument()
794 void PPTDocument::Load( const rtl::OUString& rFilePath ) in Load() function in PPTDocument
823 PPTDocumentPtr Load();
852 PPTDocumentPtr pDocument( Load() ); in onView()
866 PPTDocumentPtr pDocument1( Load() ); in onCompare()
869 PPTDocumentPtr pDocument2( Load() ); in onCompare()
907 PPTDocumentPtr MSViewerWorkWindow::Load() in Load() function in MSViewerWorkWindow
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/graphical/
H A DPerformanceContainer.java78 final static int Load = 0; field in PerformanceContainer
128 out.println("loadtime=" + String.valueOf(m_nTime[ Load ])); in print()
141 _aIniFile.insertValue(_sSection, "loadtime" , String.valueOf(m_nTime[ Load ])); in print()
208 m_nTime[Load] = secondsToMilliSeconds(stringToDouble(sTime)); in readWordValuesFromFile()
/trunk/main/sc/source/core/tool/
H A Dautoform.cxx132 void Load( SvStream& rStream, sal_uInt16 nVer );
162 void ScAfVersions::Load( SvStream& rStream, sal_uInt16 nVer ) in Load() function in ScAfVersions
311 sal_Bool ScAutoFormatDataField::Load( SvStream& rStream, const ScAfVersions& rVersions, sal_uInt16 … in Load() function in ScAutoFormatDataField
379 aNumFormat.Load( rStream, eCharSet ); in Load()
400 aNumFormat.Load(rStream, rStream.GetStreamCharSet()); in LoadOld()
790 sal_Bool ScAutoFormatData::Load( SvStream& rStream, const ScAfVersions& rVersions ) in Load() function in ScAutoFormatData
825 bRet = GetField( i ).Load( rStream, rVersions, nVer ); in Load()
1029 sal_Bool ScAutoFormat::Load() in Load() function in ScAutoFormat
1075 aVersions.Load( rStream, nVal ); // Item-Versionen in Load()
1084 bRet = pData->Load(rStream, aVersions); in Load()
/trunk/main/editeng/source/misc/
H A Dacorrcfg.cxx72 aBaseConfig.Load(sal_True); in SvxAutoCorrCfg()
73 aSwConfig.Load(sal_True); in SvxAutoCorrCfg()
129 void SvxBaseAutoCorrCfg::Load(sal_Bool bInit) in Load() function in SvxBaseAutoCorrCfg
332 Load(sal_False); in Notify()
399 void SvxSwAutoCorrCfg::Load(sal_Bool bInit) in Load() function in SvxSwAutoCorrCfg
663 Load(sal_False); in Notify()
/trunk/main/sot/source/sdstor/
H A Dstg.cxx353 return aIo.Load(); in IsStorageFile()
365 bRet = ( aHdr.Load( *pStream ) && aHdr.Check() ); in IsStorageFile()
495 bHdrLoaded = pIo->Load(); in Init()
1018 if( aCompObj.Load() ) in GetClassName()
1031 if( aCompObj.Load() ) in GetFormat()
1040 if( aCompObj.Load() ) in GetUserName()
1049 if( aOle.Load() ) in ShouldConvert()
H A Dstgelem.cxx121 sal_Bool StgHeader::Load( StgIo& rIo ) in Load() function in StgHeader
127 bResult = Load( r ); in Load()
134 sal_Bool StgHeader::Load( SvStream& r ) in Load() function in StgHeader
412 sal_Bool StgEntry::Load( const void* pFrom, sal_uInt32 nBufSize ) in Load() function in StgEntry
/trunk/main/sw/inc/
H A Dtblafmt.hxx181 sal_Bool Load( SvStream& rStream, const SwAfVersions& rVersions, sal_uInt16 nVer );
243 sal_Bool Load( SvStream& rStream, const SwAfVersions& );
257 SW_DLLPRIVATE sal_Bool Load( SvStream& rStream );
263 sal_Bool Load();
H A Dmodcfg.hxx75 void Load();
106 void Load();
133 void Load();
163 void Load();
/trunk/main/svtools/source/config/
H A Dcolorcfg.cxx84 void Load(const rtl::OUString& rScheme);
211 Load(::rtl::OUString()); in ColorConfig_Impl()
230 void ColorConfig_Impl::Load(const rtl::OUString& rScheme) in Load() function in svtools::ColorConfig_Impl
268 Load(::rtl::OUString()); in Notify()
614 m_pImpl->Load(rScheme); in LoadScheme()
/trunk/main/svl/source/config/
H A Dcjkoptions.cxx77 void Load();
170 void SvtCJKOptions_Impl::Load() in Load() function in SvtCJKOptions_Impl
236 Load(); in Notify()
407 pCJKOptions->Load(); in SvtCJKOptions()
H A Dctloptions.cxx74 void Load();
149 Load(); in Notify()
245 void SvtCTLOptions_Impl::Load() in Load() function in SvtCTLOptions_Impl
391 pCTLOptions->Load(); in SvtCTLOptions()

Completed in 234 milliseconds

12345678910>>...12