Lines Matching refs:ScAppCfg

286 Sequence<OUString> ScAppCfg::GetLayoutPropertyNames()  in GetLayoutPropertyNames()
308 Sequence<OUString> ScAppCfg::GetInputPropertyNames() in GetInputPropertyNames()
324 Sequence<OUString> ScAppCfg::GetRevisionPropertyNames() in GetRevisionPropertyNames()
341 Sequence<OUString> ScAppCfg::GetContentPropertyNames() in GetContentPropertyNames()
355 Sequence<OUString> ScAppCfg::GetSortListPropertyNames() in GetSortListPropertyNames()
369 Sequence<OUString> ScAppCfg::GetMiscPropertyNames() in GetMiscPropertyNames()
386 ScAppCfg::ScAppCfg() : in ScAppCfg() function in ScAppCfg
433 aLayoutItem.SetCommitLink( LINK( this, ScAppCfg, LayoutCommitHdl ) ); in ScAppCfg()
462 aInputItem.SetCommitLink( LINK( this, ScAppCfg, InputCommitHdl ) ); in ScAppCfg()
494 aRevisionItem.SetCommitLink( LINK( this, ScAppCfg, RevisionCommitHdl ) ); in ScAppCfg()
517 aContentItem.SetCommitLink( LINK( this, ScAppCfg, ContentCommitHdl ) ); in ScAppCfg()
540 aSortListItem.SetCommitLink( LINK( this, ScAppCfg, SortListCommitHdl ) ); in ScAppCfg()
569 aMiscItem.SetCommitLink( LINK( this, ScAppCfg, MiscCommitHdl ) ); in ScAppCfg()
572 IMPL_LINK( ScAppCfg, LayoutCommitHdl, void *, EMPTYARG ) in IMPL_LINK() argument
604 IMPL_LINK( ScAppCfg, InputCommitHdl, void *, EMPTYARG ) in IMPL_LINK() argument
630 IMPL_LINK( ScAppCfg, RevisionCommitHdl, void *, EMPTYARG ) in IMPL_LINK() argument
659 IMPL_LINK( ScAppCfg, ContentCommitHdl, void *, EMPTYARG ) in IMPL_LINK() argument
679 IMPL_LINK( ScAppCfg, SortListCommitHdl, void *, EMPTYARG ) in IMPL_LINK() argument
699 IMPL_LINK( ScAppCfg, MiscCommitHdl, void *, EMPTYARG ) in IMPL_LINK() argument
725 void ScAppCfg::SetOptions( const ScAppOptions& rNew ) in SetOptions()
731 void ScAppCfg::OptionsChanged() in OptionsChanged()