D25422: Handle custom-shapes to display text in ODP files

2019-11-20 Thread Mikhail Philippov
mphilippov created this revision. mphilippov added reviewers: denexter, davidllewellynjones. mphilippov added a project: Calligra: 3.0. Herald added a subscriber: Calligra-Devel-list. mphilippov requested review of this revision. REVISION SUMMARY Some ODP-files don't display plain text. Thats

D25423: Fill table cells with color for ODS and XLSX files

2019-11-20 Thread Mikhail Philippov
mphilippov created this revision. mphilippov added reviewers: denexter, pvuorela, davidllewellynjones, dcaliste. mphilippov added a project: Calligra: 3.0. Herald added a subscriber: Calligra-Devel-list. mphilippov requested review of this revision. REVISION SUMMARY Even when the tables in XLS/X

D25541: Display figure brackets in plain text

2019-11-26 Thread Mikhail Philippov
mphilippov created this revision. mphilippov added reviewers: pvuorela, denexter, dcaliste, davidllewellynjones. mphilippov added a project: Calligra: 3.0. Herald added a subscriber: Calligra-Devel-list. mphilippov requested review of this revision. REVISION SUMMARY RTF files can contain text wi

D25422: Handle custom-shapes to display text in ODP files

2019-12-02 Thread Mikhail Philippov
mphilippov added reviewers: pvuorela, dcaliste. mphilippov added subscribers: pvuorela, denexter. REPOSITORY R8 Calligra REVISION DETAIL https://phabricator.kde.org/D25422 To: mphilippov, denexter, davidllewellynjones, pvuorela, dcaliste Cc: denexter, pvuorela, Calligra-Devel-list, davidllew

D26328: Calculate and display proper number for headings started with lower level for DOC, DOCX and ODT.

2019-12-31 Thread Mikhail Philippov
mphilippov created this revision. mphilippov added reviewers: pvuorela, denexter, dcaliste, davidllewellynjones. mphilippov added a project: Calligra: 3.0. Herald added a subscriber: Calligra-Devel-list. mphilippov requested review of this revision. REVISION SUMMARY In previous version headings

D25423: Fill table cells with color for ODS and XLSX files

2020-01-06 Thread Mikhail Philippov
mphilippov added a comment. In D25423#586953 , @pvuorela wrote: > Not sure about all the details but two things look suspicious here: > > 1. Above this there's handling for transparent and now the handling isn't symmetric for background brush

D25423: Fill table cells with color for ODS and XLSX files

2020-01-07 Thread Mikhail Philippov
mphilippov added a comment. In D25423#589430 , @pvuorela wrote: > > loadTableCellProperties() is a method for applying styles for table cells, i.e. cell background. There is no handling for cell background in the place you mentioned. > > I'm

D25423: Fill table cells with color for ODS and XLSX files

2020-01-09 Thread Mikhail Philippov
mphilippov added a comment. In D25423#589481 , @pvuorela wrote: > > Do you mean this "if ()" part of code? If there is no style "graphic" and inner "if" will not execute. Do you mean it'll be better to handle it in this part of code...or what?