Home
last modified time | relevance | path

Searched defs:nCharSpacing (Results 1 – 3 of 3) sorted by relevance

/dports/editors/libreoffice6/libreoffice-6.4.7.2/svx/source/toolbars/
H A Dfontworkbar.cxx286 …sal_Int32 nCharSpacing = rReq.GetArgs()->GetItem<SfxInt32Item>(SID_FONTWORK_CHARACTER_SPACING)->Ge… in impl_execute() local
479 …sal_Int32 nCharSpacing = rReq.GetArgs()->GetItem<SfxInt32Item>(SID_FONTWORK_CHARACTER_SPACING)->Ge… in execute() local
/dports/editors/libreoffice/libreoffice-7.2.6.2/svx/source/toolbars/
H A Dfontworkbar.cxx284 …sal_Int32 nCharSpacing = rReq.GetArgs()->GetItem<SfxInt32Item>(SID_FONTWORK_CHARACTER_SPACING)->Ge… in impl_execute() local
477 …sal_Int32 nCharSpacing = rReq.GetArgs()->GetItem<SfxInt32Item>(SID_FONTWORK_CHARACTER_SPACING)->Ge… in execute() local
/dports/games/scummvm/scummvm-2.5.1/engines/icb/
H A Dspeech.cpp700 void _game_session::Format_remora_text(const char *pcText, int32 nLineSpacing, int32 nCharSpacing, … in Format_remora_text()