Searched refs:nTextId (Results 1 – 7 of 7) sorted by relevance
333 sal_uInt16 nTextId = 0; variable337 nTextId = STR_CHARCOLOR;340 nTextId = STR_CHARBACKGROUND;345 if ( nTextId )346 m_pColorFloat->SetText(String(ModuleRes(nTextId)));
662 sal_uInt16 nTextId = createID(); in Impl_writeText() local664 mpTag->addUI16( nTextId ); in Impl_writeText()711 maShapeIds.push_back( nTextId ); in Impl_writeText()1357 sal_uInt16 nTextId = createID();1359 mpTag->addUI16( nTextId );1387 maShapeIds.push_back( nTextId );
577 sal_uInt32 nTextId = GetPropertyValue( DFF_Prop_lTxid, 0 ); in ProcessObj() local578 if( nTextId ) in ProcessObj()906 if ( nTextId ) in ProcessObj()908 pImpRec->aTextId.nTxBxS = (sal_uInt16)( nTextId >> 16 ); in ProcessObj()909 pImpRec->aTextId.nSequence = (sal_uInt16)nTextId; in ProcessObj()
3165 sal_uInt16 nTextId = STR_BUTTON_TEXT_START + i; in SwTokenWindow() local3166 if( STR_TOKEN_ENTRY_TEXT == nTextId ) in SwTokenWindow()3167 nTextId = STR_TOKEN_ENTRY; in SwTokenWindow()3168 aButtonTexts[i] = String(ResId(nTextId, *rResId.GetResMgr())); in SwTokenWindow()
5160 sal_uInt32 nTextId = GetPropertyValue( DFF_Prop_lTxid, 0 ); in ProcessObj() local5161 if( nTextId ) in ProcessObj()5488 if ( nTextId ) in ProcessObj()5490 pTextImpRec->aTextId.nTxBxS = (sal_uInt16)( nTextId >> 16 ); in ProcessObj()5491 pTextImpRec->aTextId.nSequence = (sal_uInt16)nTextId; in ProcessObj()
669 const uno::Reference< beans::XPropertySet > & rXPropSet, sal_uInt32 nTextId, in CreateTextProperties() argument859 if ( nTextId ) in CreateTextProperties()860 AddOpt( ESCHER_Prop_lTxid, nTextId ); in CreateTextProperties()
3772 sal_uInt16 nTextId = rStrm.ReaduInt16(); in ReadChDefaultText() local3777 maDefTexts[ nTextId ] = xText; in ReadChDefaultText()
Completed in 313 milliseconds