Searched refs:nSlotForDispatcher (Results 1 – 1 of 1) sorted by relevance
699 SfxSlotId nSlotForDispatcher = nSlotForItemSet; in executeAttributeDialog() local700 switch ( nSlotForDispatcher ) in executeAttributeDialog()702 … case SID_ATTR_CHAR_FONT: nSlotForDispatcher = SID_ATTR_CHAR_LATIN_FONT; break; in executeAttributeDialog()703 … case SID_ATTR_CHAR_FONTHEIGHT:nSlotForDispatcher = SID_ATTR_CHAR_LATIN_FONTHEIGHT; break; in executeAttributeDialog()704 … case SID_ATTR_CHAR_LANGUAGE: nSlotForDispatcher = SID_ATTR_CHAR_LATIN_LANGUAGE; break; in executeAttributeDialog()705 … case SID_ATTR_CHAR_POSTURE: nSlotForDispatcher = SID_ATTR_CHAR_LATIN_POSTURE; break; in executeAttributeDialog()706 … case SID_ATTR_CHAR_WEIGHT: nSlotForDispatcher = SID_ATTR_CHAR_LATIN_WEIGHT; break; in executeAttributeDialog()710 … ControlFeatures::const_iterator aFeaturePos = m_aControlFeatures.find( nSlotForDispatcher ); in executeAttributeDialog()715 aFeaturePos = aAdditionalFestures.find( nSlotForDispatcher ); in executeAttributeDialog()
Completed in 30 milliseconds