Home
last modified time | relevance | path

Searched refs:rNumFmt (Results 1 – 22 of 22) sorted by relevance

/trunk/main/sw/source/core/text/
H A Dtxtfld.cxx484 const sal_Bool bLeft = SVX_ADJUST_LEFT == rNumFmt.GetNumAdjust(); in NewNumberPortion()
490 ? 0 : rNumFmt.GetCharTextDistance(); in NewNumberPortion()
493 if( SVX_NUM_BITMAP == rNumFmt.GetNumberingType() ) in NewNumberPortion()
498 rNumFmt.GetBrush(), in NewNumberPortion()
499 rNumFmt.GetGraphicOrientation(), in NewNumberPortion()
500 rNumFmt.GetGraphicSize(), in NewNumberPortion()
515 const SwAttrSet* pFmt = rNumFmt.GetCharFmt() ? in NewNumberPortion()
516 &rNumFmt.GetCharFmt()->GetAttrSet() : in NewNumberPortion()
520 if( SVX_NUM_CHAR_SPECIAL == rNumFmt.GetNumberingType() ) in NewNumberPortion()
522 const Font *pFmtFnt = rNumFmt.GetBulletFont(); in NewNumberPortion()
[all …]
H A Dtxtfrm.cxx2227 const SwNumFmt& rNumFmt = in CalcAdditionalFirstLineOffset() local
2229 if ( rNumFmt.GetPositionAndSpaceMode() == SvxNumberFormat::LABEL_ALIGNMENT ) in CalcAdditionalFirstLineOffset()
2261 rNumFmt.GetNumAdjust() == SVX_ADJUST_LEFT ) || in CalcAdditionalFirstLineOffset()
2263 rNumFmt.GetNumAdjust() == SVX_ADJUST_RIGHT ) ) in CalcAdditionalFirstLineOffset()
2267 else if ( rNumFmt.GetNumAdjust() == SVX_ADJUST_CENTER ) in CalcAdditionalFirstLineOffset()
H A Ditrcrsr.cxx154 const SwNumFmt& rNumFmt = in AreListLevelIndentsApplicableAndLabelAlignmentActive() local
156 if ( rNumFmt.GetPositionAndSpaceMode() == SvxNumberFormat::LABEL_ALIGNMENT ) in AreListLevelIndentsApplicableAndLabelAlignmentActive()
/trunk/main/sw/source/core/doc/
H A Dnumber.cxx221 SvxNumberFormat(rNumFmt), in SwNumFmt()
224 sal_Int16 eMyVertOrient = rNumFmt.GetVertOrient(); in SwNumFmt()
225 SetGraphicBrush( rNumFmt.GetBrush(), &rNumFmt.GetGraphicSize(), in SwNumFmt()
320 SwNumFmt& SwNumFmt::operator=( const SwNumFmt& rNumFmt) in operator =() argument
322 SvxNumberFormat::operator=(rNumFmt); in operator =()
323 if( rNumFmt.GetRegisteredIn() ) in operator =()
324 rNumFmt.GetRegisteredInNonConst()->Add( this ); in operator =()
328 cGrfBulletCP = rNumFmt.cGrfBulletCP; in operator =()
337 GetRegisteredIn() == rNumFmt.GetRegisteredIn(); in operator ==()
760 if( !aFmts[ i ] || !(rNumFmt == Get( i )) ) in Set()
[all …]
/trunk/main/sw/source/filter/ww8/
H A Dww8par3.cxx534 SwNumFmt& rNumFmt, in ReadLVL() argument
945 rNumFmt.SetStart( nStartNo ); in ReadLVL()
946 rNumFmt.SetNumberingType( nType ); in ReadLVL()
947 rNumFmt.SetNumAdjust( eAdj ); in ReadLVL()
952 rNumFmt.SetBulletChar(cBullet); in ReadLVL()
959 rNumFmt.SetGrfBulletCP(cGrfBulletCP); in ReadLVL()
965 rNumFmt.SetPrefix( sPrefix ); in ReadLVL()
967 rNumFmt.SetSuffix( sPostfix ); in ReadLVL()
972 if ( rNumFmt.GetPositionAndSpaceMode() == in ReadLVL()
989 rNumFmt.SetIndentAt( aLVL.nDxaLeft ); in ReadLVL()
[all …]
H A Dwrtw8nds.cxx2262 … const SwNumFmt& rNumFmt = pRule->Get( static_cast< sal_uInt16 >(rNode.GetActualListLevel()) ); in OutputTextNode() local
2264 if ( rNumFmt.GetPositionAndSpaceMode() == in OutputTextNode()
2267 aLRSpace.SetTxtLeft( aLRSpace.GetLeft() + rNumFmt.GetAbsLSpace() ); in OutputTextNode()
H A Dww8par.hxx240 SwNumFmt& rNumFmt,
/trunk/main/sw/source/filter/html/
H A Dhtmlnum.cxx855 const SwNumFmt& rNumFmt = rInfo.GetNumRule()->Get( i ); in OutHTML_NumBulListStart() local
856 sal_Int16 eType = rNumFmt.GetNumberingType(); in OutHTML_NumBulListStart()
864 switch( rNumFmt.GetBulletChar() ) in OutHTML_NumBulListStart()
889 rNumFmt.GetBrush(), in OutHTML_NumBulListStart()
891 rNumFmt.GetGraphicSize(), in OutHTML_NumBulListStart()
892 rNumFmt.GetGraphicOrientation() ); in OutHTML_NumBulListStart()
911 sal_uInt16 nStartVal = rNumFmt.GetStart(); in OutHTML_NumBulListStart()
H A Dhtmlcss1.cxx2321 const SwNumFmt& rNumFmt = rInfo.GetNumRule()->Get(nLevel); in GetMarginsFromContextWithNumBul() local
2322 nLeft = nLeft + rNumFmt.GetAbsLSpace(); in GetMarginsFromContextWithNumBul()
2323 nIndent = rNumFmt.GetFirstLineOffset(); in GetMarginsFromContextWithNumBul()
H A Dcss1atr.cxx2078 const SwNumFmt& rNumFmt = rNumRule.Get( nLevel ); in OutCSS1_NumBulListStyleOpt() local
2080 long nLSpace = rNumFmt.GetAbsLSpace(); in OutCSS1_NumBulListStyleOpt()
2081 long nFirstLineOffset = rNumFmt.GetFirstLineOffset(); in OutCSS1_NumBulListStyleOpt()
H A Dhtmlatr.cxx1115 const SwNumFmt& rNumFmt = aNumInfo.GetNumRule()->Get(nBulletGrfLvl); in OutHTML_SwFmt() local
1119 rNumFmt.GetGraphicSize(), rNumFmt.GetGraphicOrientation() ); in OutHTML_SwFmt()
H A Dhtmltab.cxx275 inline sal_Bool GetNumFmt( sal_uInt32& rNumFmt ) const;
813 inline sal_Bool HTMLTableCell::GetNumFmt( sal_uInt32& rNumFmt ) const in GetNumFmt()
815 rNumFmt = nNumFmt; in GetNumFmt()
/trunk/main/sc/source/filter/excel/
H A Dxlstyle.cxx1499 XclNumFmt& rNumFmt = maFmtMap[ nXclNumFmt ]; in InsertFormat() local
1500 rNumFmt.maFormat = rFormat; in InsertFormat()
1502 rNumFmt.meOffset = NF_NUMBER_STANDARD; in InsertFormat()
1503 rNumFmt.meLanguage = LANGUAGE_SYSTEM; in InsertFormat()
1540 XclNumFmt& rNumFmt = maFmtMap[ pBuiltIn->mnXclNumFmt ]; in InsertBuiltinFormats() local
1542 rNumFmt.meOffset = pBuiltIn->meOffset; in InsertBuiltinFormats()
1543 rNumFmt.meLanguage = eLang; in InsertBuiltinFormats()
1546 rNumFmt.maFormat = String( pBuiltIn->mpFormat, RTL_TEXTENCODING_UTF8 ); in InsertBuiltinFormats()
1548 rNumFmt.maFormat = EMPTY_STRING; in InsertBuiltinFormats()
H A Dxistyle.cxx599 const XclNumFmt& rNumFmt = aIt->second; in CreateScFormats() local
605 if( rNumFmt.maFormat.Len() ) in CreateScFormats()
607 String aFormat( rNumFmt.maFormat ); in CreateScFormats()
609 nType, nKey, LANGUAGE_ENGLISH_US, rNumFmt.meLanguage ); in CreateScFormats()
612 nKey = rFormatter.GetFormatIndex( rNumFmt.meOffset, rNumFmt.meLanguage ); in CreateScFormats()
/trunk/main/sw/source/core/edit/
H A Dedattr.cxx437 … const SwNumFmt &rNumFmt = pNumRule->Get( static_cast<sal_uInt16>(rTNd.GetActualListLevel()) ); in lcl_IsNoEndTxtAttrAtPos() local
438 if( SVX_NUM_BITMAP != rNumFmt.GetNumberingType() ) in lcl_IsNoEndTxtAttrAtPos()
440 if ( SVX_NUM_CHAR_SPECIAL == rNumFmt.GetNumberingType() ) in lcl_IsNoEndTxtAttrAtPos()
441 sExp = rNumFmt.GetBulletChar(); in lcl_IsNoEndTxtAttrAtPos()
/trunk/main/cui/source/tabpages/
H A Dnumpages.cxx3123 void lcl_PrintDebugOutput(FixedText& rFixed, const SvxNumberFormat& rNumFmt) in lcl_PrintDebugOutput() argument
3128 if ( rNumFmt.GetPositionAndSpaceMode() == SvxNumberFormat::LABEL_WIDTH_AND_POSITION ) in lcl_PrintDebugOutput()
3130 String sDebugText( UniString::CreateFromInt32( TWIP_TO_MM100(rNumFmt.GetAbsLSpace() ) ) ); in lcl_PrintDebugOutput()
3132 sDebugText += UniString::CreateFromInt32( TWIP_TO_MM100(rNumFmt.GetCharTextDistance() ) ); in lcl_PrintDebugOutput()
3134 sDebugText += UniString::CreateFromInt32( TWIP_TO_MM100(rNumFmt.GetFirstLineOffset() ) ); in lcl_PrintDebugOutput()
3137 else if ( rNumFmt.GetPositionAndSpaceMode() == SvxNumberFormat::LABEL_ALIGNMENT ) in lcl_PrintDebugOutput()
3141 sDebugText += UniString::CreateFromInt32( TWIP_TO_MM100(rNumFmt.GetFirstLineIndent() ) ); in lcl_PrintDebugOutput()
3143 sDebugText += UniString::CreateFromInt32( TWIP_TO_MM100(rNumFmt.GetIndentAt() ) ); in lcl_PrintDebugOutput()
3788 const SvxNumberFormat &rNumFmt = pActNum->GetLevel(i); in IMPL_LINK() local
3791 nValue = rNumFmt.GetAbsLSpace() + rNumFmt.GetFirstLineOffset(); in IMPL_LINK()
[all …]
/trunk/main/xmloff/source/core/
H A Dxmluconv.cxx1665 const OUString& rNumFmt, in convertNumFormat() argument
1672 sal_Int32 nLen = rNumFmt.getLength(); in convertNumFormat()
1682 switch( rNumFmt[0] ) in convertNumFormat()
1711 if( xInfo.is() && xInfo->hasNumberingType( rNumFmt ) ) in convertNumFormat()
1713 rType = xInfo->getNumberingType( rNumFmt ); in convertNumFormat()
/trunk/main/sw/source/ui/misc/
H A Dnum.cxx830 const SwNumFmt &rNumFmt = pActNum->Get(i); in IMPL_LINK() local
833 nValue = rNumFmt.GetAbsLSpace(); in IMPL_LINK()
838 bSetValue = nValue == rNumFmt.GetAbsLSpace() - pActNum->Get(i - 1).GetAbsLSpace(); in IMPL_LINK()
H A Doutline.cxx930 const SwNumFmt& rNumFmt = pNumRule->Get( nTmpLevel ); in SetWrtShell() local
931 aStartEdit.SetValue( rNumFmt.GetStart() ); in SetWrtShell()
959 aNumberBox.SelectNumberingType(rNumFmt.GetNumberingType()); in SetWrtShell()
/trunk/main/editeng/source/items/
H A Dnumitem.cxx1029 void SvxNumRule::SetLevel( sal_uInt16 i, const SvxNumberFormat& rNumFmt, sal_Bool bIsValid ) in SetLevel() argument
1033 if( (i < SVX_MAX_NUM) && (!aFmtsSet[i] || !(rNumFmt == *Get( i ))) ) in SetLevel()
1036 aFmts[ i ] = new SvxNumberFormat( rNumFmt ); in SetLevel()
/trunk/main/sc/source/ui/docshell/
H A Ddocsh8.cxx692 SvNumberFormatter& rNumFmt ) in lcl_getLongVarCharString() argument
697 ScCellFormat::GetString( pCell, nFormat, rString, &pColor, rNumFmt ); in lcl_getLongVarCharString()
/trunk/main/oox/source/xls/
H A Dnumberformatsbuffer.cxx1878 inline void operator()( NumberFormat& rNumFmt ) const in operator ()()
1879 { rNumFmt.finalizeImport( mxNumFmts, maEnUsLocale ); } in operator ()()

Completed in 249 milliseconds