Home
last modified time | relevance | path

Searched refs:nStrResId (Results 1 – 6 of 6) sorted by relevance

/trunk/main/svx/source/toolbars/
H A Dextrusionbar.cxx512 if ( !nStrResId ) in execute()
517 if ( !nStrResId ) in execute()
522 if ( !nStrResId ) in execute()
527 if ( !nStrResId ) in execute()
532 if ( !nStrResId ) in execute()
537 if ( !nStrResId ) in execute()
542 if ( !nStrResId ) in execute()
547 if ( !nStrResId ) in execute()
552 if ( !nStrResId ) in execute()
557 if ( !nStrResId ) in execute()
[all …]
H A Dfontworkbar.cxx452 sal_uInt16 nStrResId = 0; in execute() local
533 if ( !nStrResId ) in execute()
534 nStrResId = RID_SVXSTR_UNDO_APPLY_FONTWORK_ALIGNMENT; in execute()
538 if ( !nStrResId ) in execute()
539 nStrResId = RID_SVXSTR_UNDO_APPLY_FONTWORK_CHARACTER_SPACING; in execute()
543 if ( !nStrResId ) in execute()
544 nStrResId = RID_SVXSTR_UNDO_APPLY_FONTWORK_CHARACTER_SPACING; in execute()
548 if ( !nStrResId ) in execute()
549 nStrResId = RID_SVXSTR_UNDO_APPLY_FONTWORK_SAME_LETTER_HEIGHT; in execute()
561 String aStr( SVX_RES( nStrResId ) ); in execute()
/trunk/main/sc/source/core/tool/
H A Dautoform.cxx483 nStrResId = USHRT_MAX; in ScAutoFormatData()
500 nStrResId( rData.nStrResId ), in ScAutoFormatData()
804 rStream >> nStrResId; in Load()
805 sal_uInt16 nId = RID_SVXSTR_TBLAFMT_BEGIN + nStrResId; in Load()
812 nStrResId = USHRT_MAX; in Load()
871 if ( USHRT_MAX == nStrResId ) in Save()
885 nStrResId = nId - RID_SVXSTR_TBLAFMT_BEGIN; in Save()
893 rStream << nStrResId; in Save()
/trunk/main/sw/source/core/doc/
H A Dtblafmt.cxx526 : aName( rName ), nStrResId( USHRT_MAX ) in SwTableAutoFmt()
561 nStrResId = rNew.nStrResId; in operator =()
781 rStream >> nStrResId; in Load()
782 sal_uInt16 nId = RID_SVXSTR_TBLAFMT_BEGIN + nStrResId; in Load()
789 nStrResId = USHRT_MAX; in Load()
860 rStream << nStrResId; in Save()
/trunk/main/sw/inc/
H A Dtblafmt.hxx197 sal_uInt16 nStrResId; member in SwTableAutoFmt
221 void SetName( const String& rNew ) { aName = rNew; nStrResId = USHRT_MAX; } in SetName()
/trunk/main/sc/inc/
H A Dautoform.hxx199 sal_uInt16 nStrResId; member in ScAutoFormatData
222 …void SetName( const String& rName ) { aName = rName; nStrResId = USHRT_MAX… in SetName()

Completed in 46 milliseconds