Lines Matching refs:nOwnFormatKey
415 sal_Int32 nOwnFormatKey = implExamineControlNumberFormat( _rxObject ); in getImmediateNumberStyle() local
416 if ( -1 != nOwnFormatKey ) in getImmediateNumberStyle()
417 sNumberStyle = getControlNumberStyleExport()->GetStyleName( nOwnFormatKey ); in getImmediateNumberStyle()
686 sal_Int32 nOwnFormatKey = ensureTranslateFormat( _rxObject ); in implExamineControlNumberFormat() local
688 if ( -1 != nOwnFormatKey ) in implExamineControlNumberFormat()
690 getControlNumberStyleExport()->SetUsed( nOwnFormatKey ); in implExamineControlNumberFormat()
692 return nOwnFormatKey; in implExamineControlNumberFormat()
698 sal_Int32 nOwnFormatKey = implExamineControlNumberFormat( _rxControl ); in examineControlNumberFormat() local
700 if ( -1 == nOwnFormatKey ) in examineControlNumberFormat()
707 m_aControlNumberFormats[_rxControl] = nOwnFormatKey; in examineControlNumberFormat()
717 sal_Int32 nOwnFormatKey = -1; in ensureTranslateFormat() local
744 nOwnFormatKey = m_xControlNumberFormats->queryKey(sFormatDescription, aFormatLocale, sal_False); in ensureTranslateFormat()
745 if (-1 == nOwnFormatKey) in ensureTranslateFormat()
748 nOwnFormatKey = m_xControlNumberFormats->addNew(sFormatDescription, aFormatLocale); in ensureTranslateFormat()
750 …OSL_ENSURE(-1 != nOwnFormatKey, "OFormLayerXMLExport_Impl::ensureTranslateFormat: could not transl… in ensureTranslateFormat()
755 return nOwnFormatKey; in ensureTranslateFormat()