Searched refs:nFollow (Results 1 – 13 of 13) sorted by relevance
| /AOO41X/main/sw/source/filter/ww8/ |
| H A D | wrtw8num.cxx | 258 sal_uInt8 nFollow, in NumberingLevel() argument 295 *m_rWW8Export.pTableStrm << nFollow; in NumberingLevel() 396 sal_uInt8 nFollow = 0; in AbstractNumberingDefinitions() local 400 nFollow = 2; // ixchFollow: 0 - tab, 1 - blank, 2 - nothing in AbstractNumberingDefinitions() 409 nFollow = (SVX_NUM_NUMBER_NONE != rFmt.GetNumberingType()) ? 0 : 2; in AbstractNumberingDefinitions() 415 nFollow = (SVX_NUM_NUMBER_NONE != rFmt.GetNumberingType()) ? 1 : 2; in AbstractNumberingDefinitions() 420 nFollow = 2; in AbstractNumberingDefinitions() 425 nFollow = 0; in AbstractNumberingDefinitions() 466 nFollow = ( rFmt.GetFirstLineOffset() == 0 && in AbstractNumberingDefinitions() 502 nFollow = ( rFmt.GetFirstLineOffset() == 0 && in AbstractNumberingDefinitions() [all …]
|
| H A D | ww8par2.hxx | 143 sal_uInt16 nFollow; member in SwWW8StyInf 183 nFollow( 0 ), in SwWW8StyInf()
|
| H A D | ww8attributeoutput.hxx | 205 sal_uInt8 nFollow,
|
| H A D | attributeoutputbase.hxx | 323 sal_uInt8 nFollow,
|
| H A D | rtfattributeoutput.hxx | 243 sal_uInt8 nFollow,
|
| H A D | docxattributeoutput.hxx | 260 sal_uInt8 nFollow,
|
| H A D | docxattributeoutput.cxx | 2111 sal_uInt8 nFollow, in NumberingLevel() argument 2150 switch ( nFollow ) in NumberingLevel()
|
| H A D | ww8par2.cxx | 4086 rSI.nFollow = nNextStyle; // Follow merken in PrepareStyle() 4706 sal_uInt16 j = pi->nFollow; in Import()
|
| /AOO41X/main/svtools/source/config/ |
| H A D | apearcfg.cxx | 250 sal_uLong nFollow = hMouseSettings.GetFollow(); in SetApplicationDefaults() local 252 nFollow |= MOUSE_FOLLOW_MENU; in SetApplicationDefaults() 254 nFollow &= ~MOUSE_FOLLOW_MENU; in SetApplicationDefaults() 255 hMouseSettings.SetFollow( nFollow ); in SetApplicationDefaults()
|
| /AOO41X/main/sc/source/core/data/ |
| H A D | document.cxx | 1982 SCTAB nFollow = 0; in CopyBlockFromClip() local 1983 while ( i + nFollow < nTabEnd in CopyBlockFromClip() 1984 && rMark.GetTableSelect( i + nFollow + 1 ) in CopyBlockFromClip() 1985 && nClipTab + nFollow < MAXTAB in CopyBlockFromClip() 1986 && ppClipTab[nClipTab + nFollow + 1] ) in CopyBlockFromClip() 1987 ++nFollow; in CopyBlockFromClip() 1994 nCol1, nRow1, i, nCol2, nRow2, i+nFollow, in CopyBlockFromClip() 2000 nCol1, nRow1, i, nCol2, nRow2, i+nFollow, in CopyBlockFromClip() 2003 nClipTab = (nClipTab+nFollow+1) % (MAXTAB+1); in CopyBlockFromClip() 2004 i = sal::static_int_cast<SCTAB>( i + nFollow ); in CopyBlockFromClip() [all …]
|
| /AOO41X/main/sw/source/core/text/ |
| H A D | porfld.cxx | 336 const MSHORT nFollow = IsFollow() ? 0 : 1; in Format() local 352 rInf.SetNotEOL( nFullLen == nOldFullLen && nTxtRest > nFollow ); in Format() 365 bEOL = !nTmpLen && nFollow && bFull; in Format() 370 SetLen( (m_bNoLength) ? 0 : nFollow ); in Format()
|
| /AOO41X/main/vcl/inc/vcl/ |
| H A D | settings.hxx | 248 void SetFollow( sal_uLong nFollow ) in SetFollow() argument 249 { CopyData(); mpData->mnFollow = nFollow; } in SetFollow()
|
| /AOO41X/main/desktop/source/app/ |
| H A D | app.cxx | 2483 sal_uInt32 nFollow = hMouseSettings.GetFollow(); in SystemSettingsChanging() local 2484 …Settings.SetFollow( aAppearanceCfg.IsMenuMouseFollow() ? (nFollow|MOUSE_FOLLOW_MENU) : (nFollow&~M… in SystemSettingsChanging()
|