Searched refs:IsLoaded (Results 1 – 8 of 8) sorted by relevance
| /AOO41X/main/svl/source/config/ |
| H A D | ctloptions.cxx | 76 sal_Bool IsLoaded() { return m_bIsLoaded; } in IsLoaded() function in SvtCTLOptions_Impl 390 if( !bDontLoad && !pCTLOptions->IsLoaded() ) in SvtCTLOptions() 412 DBG_ASSERT( pCTLOptions->IsLoaded(), "CTL options not loaded" ); in SetCTLFontEnabled() 418 DBG_ASSERT( pCTLOptions->IsLoaded(), "CTL options not loaded" ); in IsCTLFontEnabled() 424 DBG_ASSERT( pCTLOptions->IsLoaded(), "CTL options not loaded" ); in SetCTLSequenceChecking() 430 DBG_ASSERT( pCTLOptions->IsLoaded(), "CTL options not loaded" ); in IsCTLSequenceChecking() 436 DBG_ASSERT( pCTLOptions->IsLoaded(), "CTL options not loaded" ); in SetCTLSequenceCheckingRestricted() 442 DBG_ASSERT( pCTLOptions->IsLoaded(), "CTL options not loaded" ); in IsCTLSequenceCheckingRestricted() 448 DBG_ASSERT( pCTLOptions->IsLoaded(), "CTL options not loaded" ); in SetCTLSequenceCheckingTypeAndReplace() 454 DBG_ASSERT( pCTLOptions->IsLoaded(), "CTL options not loaded" ); in IsCTLSequenceCheckingTypeAndReplace() [all …]
|
| H A D | cjkoptions.cxx | 79 sal_Bool IsLoaded() { return bIsLoaded; } in IsLoaded() function in SvtCJKOptions_Impl 406 if( !bDontLoad && !pCJKOptions->IsLoaded()) in SvtCJKOptions() 425 DBG_ASSERT(pCJKOptions->IsLoaded(), "CJK options not loaded"); in IsCJKFontEnabled() 431 DBG_ASSERT(pCJKOptions->IsLoaded(), "CJK options not loaded"); in IsVerticalTextEnabled() 437 DBG_ASSERT(pCJKOptions->IsLoaded(), "CJK options not loaded"); in IsAsianTypographyEnabled() 443 DBG_ASSERT(pCJKOptions->IsLoaded(), "CJK options not loaded"); in IsJapaneseFindEnabled() 449 DBG_ASSERT(pCJKOptions->IsLoaded(), "CJK options not loaded"); in IsRubyEnabled() 455 DBG_ASSERT(pCJKOptions->IsLoaded(), "CJK options not loaded"); in IsChangeCaseMapEnabled() 461 DBG_ASSERT(pCJKOptions->IsLoaded(), "CJK options not loaded"); in IsDoubleLinesEnabled() 467 DBG_ASSERT(pCJKOptions->IsLoaded(), "CJK options not loaded"); in IsEmphasisMarksEnabled() [all …]
|
| /AOO41X/main/sw/inc/ |
| H A D | IDocumentState.hxx | 49 virtual bool IsLoaded() const = 0;
|
| H A D | doc.hxx | 949 virtual bool IsLoaded() const;
|
| /AOO41X/main/offapi/com/sun/star/sheet/ |
| H A D | SpreadsheetDocumentSettings.idl | 204 [optional, property] boolean IsLoaded;
|
| /AOO41X/main/sot/source/sdstor/ |
| H A D | ucbstorage.cxx | 613 sal_Bool IsLoaded() in IsLoaded() function 2417 … if ( pElement->IsLoaded() && pElement->GetContentType() != pElement->GetOriginalContentType() )
|
| /AOO41X/main/sw/source/ui/uiview/ |
| H A D | view.cxx | 851 else if( rDoc.IsLoaded() ) in SwView()
|
| /AOO41X/main/sw/source/core/doc/ |
| H A D | doc.cxx | 1897 bool SwDoc::IsLoaded() const in IsLoaded() function in SwDoc
|