Make automatic paragraph indent not apply to centered text?

I’m currently revising a large document and want the paragraphs to begin with smaller indents than the full tab, so I changed the default paragraph formatting to include a 0.25" indent in the first line and used find/replace to get rid of the tabs I originally used. However, this also caused all of the centered text (mostly headings) to become offset. Is it possible to remove the indent selectively from all centered text, or is it necessary to go through and manually make each instance an exception?

I’m using version: 5.4.2.2 on macOS, if that makes a difference.

Apparently, you format your text using buttons in the toolbar to get “locally” the effect you expect to deviate from the default format.

Workflow in LO Writer is based on the use of styles. Styles can be seen as a kind of semantic mark up for paragraphs (at first level). With styles, you “declare” paragraphs as being heading, main discourse, comments, explanation, argument, nbote, … Then each specific style can be given graphical attributes (idents, vertical spacing, justification, font face and size, …) to render the semantic difference.

Character styles are a second level to distinguish words with another meaning inside a paragraph through a supplementary markup.

This neat organisation is defeated by “direct formatting”, i.e. forcing attributes with toolbar buttons (or shortcut equivalent), because it overrides style attributes. It introduces a semantic bias in the document markup. Direct formatting should be reserved for experimenting to test rendering.

In your case, if you did not clearly attribute different styles for different semantic-significance paragraphs (e.g. working with the default paragraph style and adjusting “effects” with buttons), you have no other choice than going on with direct formatting and manually fix each instance.

If so, try to review your document style-wise. This is longer than direct formatting but this will ease future editing(where you would only play on styles instead of text).

A time-saving hint: Ctrl+1/2/3 quickly applies Heading 1 / 2 / 3 styles. However, you still have to run through the entire text manually.

That makes sense, thank you.

Also note that you may search for some attributes in text (like alignment), and select all, then apply a style (it may speed up the process in easy cases).

That actually does exactly what I was looking for, Mike. Thanks so much!