Home
last modified time | relevance | path

Searched refs:nTextId (Results 1 – 7 of 7) sorted by path

/trunk/main/filter/source/flash/
H A Dswfwriter1.cxx662 sal_uInt16 nTextId = createID(); in Impl_writeText() local
664 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 );
/trunk/main/filter/source/msfilter/
H A Descherex.cxx669 const uno::Reference< beans::XPropertySet > & rXPropSet, sal_uInt32 nTextId, in CreateTextProperties() argument
859 if ( nTextId ) in CreateTextProperties()
860 AddOpt( ESCHER_Prop_lTxid, nTextId ); in CreateTextProperties()
H A Dmsdffimp.cxx5173 sal_uInt32 nTextId = GetPropertyValue( DFF_Prop_lTxid, 0 ); in ProcessObj() local
5174 if( nTextId ) in ProcessObj()
5501 if ( nTextId ) in ProcessObj()
5503 pTextImpRec->aTextId.nTxBxS = (sal_uInt16)( nTextId >> 16 ); in ProcessObj()
5504 pTextImpRec->aTextId.nSequence = (sal_uInt16)nTextId; in ProcessObj()
/trunk/main/reportdesign/source/ui/dlg/
H A DCondition.cxx333 sal_uInt16 nTextId = 0; variable
337 nTextId = STR_CHARCOLOR;
340 nTextId = STR_CHARBACKGROUND;
345 if ( nTextId )
346 m_pColorFloat->SetText(String(ModuleRes(nTextId)));
/trunk/main/sc/source/filter/excel/
H A Dxichart.cxx3772 sal_uInt16 nTextId = rStrm.ReaduInt16(); in ReadChDefaultText() local
3777 maDefTexts[ nTextId ] = xText; in ReadChDefaultText()
/trunk/main/sw/source/filter/ww8/
H A Dww8par.cxx577 sal_uInt32 nTextId = GetPropertyValue( DFF_Prop_lTxid, 0 ); in ProcessObj() local
578 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()
/trunk/main/sw/source/ui/index/
H A Dcnttab.cxx3165 sal_uInt16 nTextId = STR_BUTTON_TEXT_START + i; in SwTokenWindow() local
3166 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()

Completed in 138 milliseconds