Home
last modified time | relevance | path

Searched refs:nDir (Results 1 – 25 of 52) sorted by last modified time

123

/trunk/main/sw/source/core/text/
H A Dpormulti.cxx197 sal_uInt8 nDir; in SwRotatedPortion() local
199 nDir = pRot->IsBottomToTop() ? 3 : 1; in SwRotatedPortion()
201 nDir = pRot->IsBottomToTop() ? 1 : 3; in SwRotatedPortion()
203 SetDirection( nDir ); in SwRotatedPortion()
H A Dtxttab.cxx426 const sal_uInt16 nDir = rInf.GetFont()->GetOrientation( rInf.GetTxtFrm()->IsVertical() ); in PreFormat() local
428 if( ! bFull && 0 == nDir ) in PreFormat()
H A Dporlin.cxx127 sal_uInt16 nDir = bBidiPor ? in PrePaint() local
131 switch ( nDir ) in PrePaint()
H A Dpormulti.hxx213 SwRotatedPortion( xub_StrLen nEnd, sal_uInt8 nDir = 1 ) in SwRotatedPortion() argument
214 : SwMultiPortion( nEnd ) { SetDirection( nDir ); } in SwRotatedPortion()
/trunk/main/sw/source/filter/ww8/
H A Dww8atr.cxx4671 short nDir = rDirection.GetValue(); in FormatFrameDirection() local
4673 if ( nDir == FRMDIR_ENVIRONMENT ) in FormatFrameDirection()
4676 nDir = m_rWW8Export.GetCurrentPageDirection(); in FormatFrameDirection()
4681 nDir = m_rWW8Export.TrueFrameDirection( in FormatFrameDirection()
4689 nDir = m_rWW8Export.pDoc->GetTextDirection( aPos ); in FormatFrameDirection()
4692 nDir = FRMDIR_HORI_LEFT_TOP; // what else can we do :-( in FormatFrameDirection()
4695 if ( nDir == FRMDIR_ENVIRONMENT ) in FormatFrameDirection()
4696 nDir = FRMDIR_HORI_LEFT_TOP; // Set something in FormatFrameDirection()
4699 switch ( nDir ) in FormatFrameDirection()
H A Dwrtw8nds.cxx1327 short nDir = FRMDIR_ENVIRONMENT; in GetDefaultFrameDirection() local
1330 nDir = GetCurrentPageDirection( ); in GetDefaultFrameDirection()
1335 nDir = TrueFrameDirection( *( const SwFrmFmt * ) pOutFmtNode ); in GetDefaultFrameDirection()
1341 nDir = pDoc->GetTextDirection( aPos ); in GetDefaultFrameDirection()
1344 nDir = FRMDIR_HORI_LEFT_TOP; //what else can we do :-( in GetDefaultFrameDirection()
1347 if ( nDir == FRMDIR_ENVIRONMENT ) in GetDefaultFrameDirection()
1348 nDir = FRMDIR_HORI_LEFT_TOP; //Set something in GetDefaultFrameDirection()
1350 return nDir; in GetDefaultFrameDirection()
H A Ddocxattributeoutput.cxx3241 short nDir = rDirection.GetValue(); in FormatFrameDirection() local
3243 if ( nDir == FRMDIR_ENVIRONMENT ) in FormatFrameDirection()
3244 nDir = GetExport( ).GetDefaultFrameDirection( ); in FormatFrameDirection()
3246 switch ( nDir ) in FormatFrameDirection()
H A Dwrtww8.hxx355 DrawObj(const sw::Frame &rCntnt, WW8_CP nCp, Point aParentPos, short nDir, in DrawObj() argument
358 mnThick(0), mnDirection(nDir), mnHdFtIndex(nHdFtIndex) {} in DrawObj()
/trunk/main/sc/source/ui/view/
H A Dviewdata.cxx1646 SCCOL ScViewData::CellsAtX( SCsCOL nPosX, SCsCOL nDir, ScHSplitPos eWhichX, sal_uInt16 nScrSizeX ) … in CellsAtX() argument
1648 DBG_ASSERT( nDir==1 || nDir==-1, "falscher CellsAt Aufruf" ); in CellsAtX()
1657 if (nDir==1) in CellsAtX()
1663 for ( ; nScrPosX<=nScrSizeX && !bOut; nX = sal::static_int_cast<SCsCOL>(nX + nDir) ) in CellsAtX()
1679 if (nDir==1) in CellsAtX()
1688 SCROW ScViewData::CellsAtY( SCsROW nPosY, SCsROW nDir, ScVSplitPos eWhichY, sal_uInt16 nScrSizeY ) … in CellsAtY() argument
1690 DBG_ASSERT( nDir==1 || nDir==-1, "falscher CellsAt Aufruf" ); in CellsAtY()
1699 if (nDir==1) in CellsAtY()
/trunk/main/sc/source/ui/app/
H A Dinputhdl.cxx328 int nDir; in lcl_MatchParenthesis() local
335 nDir = 1; in lcl_MatchParenthesis()
339 nDir = -1; in lcl_MatchParenthesis()
343 nDir = 1; in lcl_MatchParenthesis()
347 nDir = -1; in lcl_MatchParenthesis()
351 nDir = 1; in lcl_MatchParenthesis()
355 nDir = -1; in lcl_MatchParenthesis()
359 nDir = 1; in lcl_MatchParenthesis()
363 nDir = -1; in lcl_MatchParenthesis()
366 nDir = 0; in lcl_MatchParenthesis()
[all …]
/trunk/main/sw/source/ui/docvw/
H A Dedtwin.cxx969 MOVE_UP_HUGE == nDir || in ChangeFly()
1014 switch ( nDir ) in ChangeFly()
1091 && ( nDir==MOVE_LEFT_SMALL || nDir==MOVE_RIGHT_BIG )) in ChangeFly()
1147 MOVE_LEFT_SMALL == nDir || in ChangeDrawing()
1148 MOVE_UP_SMALL == nDir || in ChangeDrawing()
1150 MOVE_DOWN_SMALL == nDir); in ChangeDrawing()
1152 MOVE_LEFT_HUGE == nDir || in ChangeDrawing()
1153 MOVE_UP_HUGE == nDir || in ChangeDrawing()
1155 MOVE_DOWN_HUGE == nDir); in ChangeDrawing()
1157 switch(nDir) in ChangeDrawing()
[all …]
/trunk/main/sw/source/ui/utlui/
H A Dcontent.cxx2284 short nDir = nCmd == FN_ITEM_UP ? -1 : 1; in ExecCommand() local
2285 if( !bModifier && ((nDir == -1 && nActPos > 0) || in ExecCommand()
2288 pShell->MoveOutlinePara( nDir ); in ExecCommand()
2290 pShell->GotoOutline( nActPos + nDir); in ExecCommand()
2309 if(nDir == 1) in ExecCommand()
2336 nDir = nDest - nActEndPos; in ExecCommand()
2342 nDir = 0; in ExecCommand()
2360 nDir = nDest - nActPos; in ExecCommand()
2362 if(nDir) in ExecCommand()
2364 pShell->MoveOutlinePara( nDir ); in ExecCommand()
[all …]
/trunk/main/sw/source/ui/shells/
H A Dlistsh.cxx91 sal_Int16 nDir = 0; in TYPEINIT1() local
110 nDir = nDest - 1 - nActEndPos; in TYPEINIT1()
123 nDir = nDest - nActPos; in TYPEINIT1()
127 if ( nDir ) in TYPEINIT1()
129 rSh.MoveOutlinePara( nDir ); in TYPEINIT1()
130 rSh.GotoOutline( nActPos + nDir ); in TYPEINIT1()
/trunk/main/vcl/unx/generic/fontmanager/
H A Dfontcache.cxx269 int nDir = 0; in read() local
294 nDir = 0; in read()
306 nDir = 0; in read()
312 nDir = rManager.getDirectoryAtom( aDir, true ); in read()
313 m_aCache[ nDir ].m_nTimestamp = (sal_Int64)aStat.st_mtime; in read()
314 m_aCache[ nDir ].m_bNoFiles = bEmpty; in read()
315 pDir = bEmpty ? NULL : &m_aCache[ nDir ].m_aEntries; in read()
317 m_aCache[ nDir ].m_bUserOverrideOnly = bKeepOnlyUserOverridden; in read()
437 static_cast<PrintFontManager::Type1FontFile*>(pFont)->m_nDirectory = nDir; in read()
443 static_cast<PrintFontManager::BuiltinFont*>(pFont)->m_nDirectory = nDir; in read()
[all …]
/trunk/main/vcl/source/gdi/
H A Dsallayout.cxx632 const UBiDiDirection nDir = ubidi_getVisualRun( pLineBidi, i, &nMinPos, &nLength ); in ImplLayoutArgs() local
636 const bool bRTL = (nDir == UBIDI_RTL); in ImplLayoutArgs()
H A Dimpvect.cxx1144 sal_uLong nDir; in ImplGetChain() local
1163 for( nDir = 0UL; nDir < 8UL; nDir++ ) in ImplGetChain()
1166 if( nDir != nLastDir ) in ImplGetChain()
1168 nTryX = nActX + aImplMove[ nDir ].nDX; in ImplGetChain()
1169 nTryY = nActY + aImplMove[ nDir ].nDY; in ImplGetChain()
1173 rChain.ImplAdd( (sal_uInt8) nDir ); in ImplGetChain()
1176 nLastDir = nDir; in ImplGetChain()
/trunk/main/sw/source/ui/inc/
H A Dedtwin.hxx150 void ChangeFly( sal_uInt8 nDir, sal_Bool bWeb = sal_False );
151 void ChangeDrawing( sal_uInt8 nDir );
/trunk/main/sw/source/filter/html/
H A Dwrthtml.cxx550 sal_uInt16 nDir = rHTMLWrt.GetHTMLDirection( rFmt.GetAttrSet() ); in lcl_html_OutSectionStartTag() local
553 rHTMLWrt.OutDirection( nDir ); in lcl_html_OutSectionStartTag()
1265 sal_uInt16 SwHTMLWriter::GetHTMLDirection( sal_uInt16 nDir ) const in GetHTMLDirection()
1267 switch( nDir ) in GetHTMLDirection()
1270 nDir = FRMDIR_HORI_LEFT_TOP; in GetHTMLDirection()
1273 nDir = FRMDIR_HORI_RIGHT_TOP; in GetHTMLDirection()
1276 nDir = nDirection; in GetHTMLDirection()
1279 return nDir; in GetHTMLDirection()
1282 void SwHTMLWriter::OutDirection( sal_uInt16 nDir ) in OutDirection() argument
1285 switch( nDir ) in OutDirection()
H A Dwrthtml.hxx399 sal_uInt16 GetHTMLDirection( sal_uInt16 nDir ) const;
401 void OutDirection( sal_uInt16 nDir );
H A Dsvxcss1.cxx1417 sal_uInt16 nDir; in ParseCSS1_direction() local
1423 nDir ) ) in ParseCSS1_direction()
1426 static_cast < SvxFrameDirection >( nDir ), in ParseCSS1_direction()
H A Dhtmlfly.cxx563 sal_uInt16 nDir = GetHTMLDirection( rItemSet ); in OutFrmFmtOptions() local
566 OutDirection( nDir ); in OutFrmFmtOptions()
H A Dcss1atr.cxx3674 sal_uInt16 nDir = in OutCSS1_SvxFrameDirection() local
3677 switch( nDir ) in OutCSS1_SvxFrameDirection()
H A Dhtmlatr.cxx999 sal_uInt16 nDir = rHWrt.GetHTMLDirection( in OutHTML_SwFmt() local
1020 nDir != rHWrt.nDirection || in OutHTML_SwFmt()
1037 if( nDir != rHWrt.nDirection ) in OutHTML_SwFmt()
1044 rHWrt.OutDirection( nDir ); in OutHTML_SwFmt()
/trunk/main/sw/source/core/txtnode/
H A Dswfont.cxx108 switch ( nDir ) in MapDirection()
111 nDir = 2700; in MapDirection()
114 nDir = 0; in MapDirection()
117 nDir = 1800; in MapDirection()
126 return nDir; in MapDirection()
135 switch ( nDir ) in UnMapDirection()
138 nDir = 900; in UnMapDirection()
144 nDir = 0; in UnMapDirection()
153 return nDir; in UnMapDirection()
164 nDir = MapDirection( nDir, bVertFormat ); in SetVertical()
[all …]
H A Dfntcache.cxx87 extern sal_uInt16 UnMapDirection( sal_uInt16 nDir, const sal_Bool bVertFormat );
258 sal_uInt16 nDir = rData.bBidiPor ? 1800 : in lcl_calcLinePos() local
261 switch ( nDir ) in lcl_calcLinePos()
1764 sal_uInt16 nDir = bBidiPor ? in DrawText() local
1770 switch ( nDir ) in DrawText()

Completed in 247 milliseconds

123