Lines Matching refs:pOut

130 sal_Bool SwAttrIter::SeekAndChgAttrIter( const xub_StrLen nNewPos, OutputDevice* pOut )  in SeekAndChgAttrIter()  argument
133 if ( pLastOut != pOut ) in SeekAndChgAttrIter()
135 pLastOut = pOut; in SeekAndChgAttrIter()
146 pFnt->ChgPhysFnt( pShell, *pOut ); in SeekAndChgAttrIter()
164 sal_Bool SwAttrIter::SeekStartAndChgAttrIter( OutputDevice* pOut, const sal_Bool bParaFont ) in SeekStartAndChgAttrIter() argument
200 if ( pLastOut != pOut ) in SeekStartAndChgAttrIter()
202 pLastOut = pOut; in SeekStartAndChgAttrIter()
213 pFnt->ChgPhysFnt( pShell, *pOut ); in SeekStartAndChgAttrIter()
360 OutputDevice* pOut; member in SwMinMaxArgs
370 : pOut( pOutI ), pSh( pShI ), rMin( rMinI ), rMax( rMaxI ), rAbsMin( rAbsI ) in SwMinMaxArgs()
412 SwDrawTextInfo aDrawInf( rArg.pSh, *rArg.pOut, 0, rTxt, nIdx, nStop - nIdx ); in lcl_MinMaxString()
589 sal_uLong& rAbsMin, OutputDevice* pOut ) const in GetMinMaxSize()
593 if( !pOut ) in GetMinMaxSize()
596 pOut = pSh->GetWin(); in GetMinMaxSize()
597 if( !pOut ) in GetMinMaxSize()
598 pOut = GetpApp()->GetDefaultDevice(); in GetMinMaxSize()
601 MapMode aOldMap( pOut->GetMapMode() ); in GetMinMaxSize()
602 pOut->SetMapMode( MapMode( MAP_TWIP ) ); in GetMinMaxSize()
647 aIter.SeekAndChgAttrIter( nIdx, pOut ); in GetMinMaxSize()
651 SwMinMaxArgs aArg( pOut, pSh, rMin, rMax, rAbsMin ); in GetMinMaxSize()
676 aIter.SeekAndChgAttrIter( nIdx, pOut ); in GetMinMaxSize()
685 aIter.SeekAndChgAttrIter( ++nIdx, pOut ); in GetMinMaxSize()
691 aIter.SeekAndChgAttrIter( ++nIdx, pOut ); in GetMinMaxSize()
702 *pOut, 0, sTmp, 0, 1, 0, sal_False );//swmod 080311 in GetMinMaxSize()
789 aIter.SeekAndChgAttrIter( ++nIdx, pOut ); in GetMinMaxSize()
812 pOut->SetMapMode( aOldMap ); in GetMinMaxSize()
831 OutputDevice* pOut = NULL; in GetScalingOfSelectedText() local
835 pOut = &pSh->GetRefDev(); in GetScalingOfSelectedText()
840 pOut = GetpApp()->GetDefaultDevice(); in GetScalingOfSelectedText()
842 pOut = getIDocumentDeviceAccess()->getReferenceDevice( true ); in GetScalingOfSelectedText()
845 ASSERT( pOut, "GetScalingOfSelectedText without outdev" ) in GetScalingOfSelectedText()
847 MapMode aOldMap( pOut->GetMapMode() ); in GetScalingOfSelectedText()
848 pOut->SetMapMode( MapMode( MAP_TWIP ) ); in GetScalingOfSelectedText()
857 aIter.SeekAndChgAttrIter( nStt, pOut ); in GetScalingOfSelectedText()
867 pOut->SetMapMode( aOldMap ); in GetScalingOfSelectedText()
876 pOut->SetMapMode( aOldMap ); in GetScalingOfSelectedText()
900 aIter.SeekAndChgAttrIter( nIdx, pOut ); in GetScalingOfSelectedText()
937 SwDrawTextInfo aDrawInf( pSh, *pOut, 0, GetTxt(), nIdx, nStop - nIdx ); in GetScalingOfSelectedText()
942 aIter.SeekAndChgAttrIter( nIdx, pOut ); in GetScalingOfSelectedText()
954 SwDrawTextInfo aDrawInf( pSh, *pOut, 0, sTmp, 0, 1 ); in GetScalingOfSelectedText()
963 SwDrawTextInfo aDrawInf( pSh, *pOut, 0, sTmp, 0, 1 ); in GetScalingOfSelectedText()
974 SwDrawTextInfo aDrawInf( pSh, *pOut, 0, aTxt, 0, aTxt.Len() ); in GetScalingOfSelectedText()
985 SwDrawTextInfo aDrawInf( pSh, *pOut, 0, aTxt, 0, aTxt.Len() ); in GetScalingOfSelectedText()
1022 pOut->SetMapMode( aOldMap ); in GetScalingOfSelectedText()
1029 aIter.SeekAndChgAttrIter( nStt, pOut ); in GetScalingOfSelectedText()
1030 pOut->SetMapMode( aOldMap ); in GetScalingOfSelectedText()
1032 SwDrawTextInfo aDrawInf( pSh, *pOut, 0, GetTxt(), nStt, 1 ); in GetScalingOfSelectedText()