Home
last modified time | relevance | path

Searched refs:GetInfo (Results 1 – 25 of 131) sorted by relevance

123456

/AOO41X/main/sw/source/core/text/ !
H A Ditrpaint.cxx98 GetInfo().SetFont( pMyFnt ); in CtorInitTxtPainter()
117 GetInfo().SetPaintOfst( 0 ); in CalcPaintOfst()
128 while( pPor && GetInfo().X() + pPor->Width() + (pPor->Height()/2) in CalcPaintOfst()
132 if( pPor->InSpaceGrp() && GetInfo().GetSpaceAdd() ) in CalcPaintOfst()
134 long nTmp = GetInfo().X() +pPor->Width() + in CalcPaintOfst()
135 pPor->CalcSpacing( GetInfo().GetSpaceAdd(), GetInfo() ); in CalcPaintOfst()
138 GetInfo().X( nTmp ); in CalcPaintOfst()
139 GetInfo().SetIdx( GetInfo().GetIdx() + pPor->GetLen() ); in CalcPaintOfst()
142 pPor->Move( GetInfo() ); in CalcPaintOfst()
151 GetInfo().SetIdx( GetInfo().GetIdx() - pPor->GetLen() ); in CalcPaintOfst()
[all …]
H A Ditrform2.cxx93 pDropFmt = GetInfo().GetDropFmt(); in CtorInitTxtFormatter()
106 if( nStart > GetInfo().GetTxt().Len() ) in CtorInitTxtFormatter()
109 nStart = GetInfo().GetTxt().Len(); in CtorInitTxtFormatter()
122 if( GetInfo().GetRest() ) in ~SwTxtFormatter()
124 delete GetInfo().GetRest(); in ~SwTxtFormatter()
125 GetInfo().SetRest(0); in ~SwTxtFormatter()
1492 SwHookOut aHook( GetInfo() ); in FormatLine()
1493 if( GetInfo().GetLen() < GetInfo().GetTxt().Len() ) in FormatLine()
1494 GetInfo().SetLen( GetInfo().GetTxt().Len() ); in FormatLine()
1498 GetInfo().SetLineHeight( 0 ); in FormatLine()
[all …]
H A Dpormulti.cxx1364 const sal_Bool bHasGrid = pGrid && GetInfo().SnapToGrid(); in PaintMultiPortion()
1380 const sal_Bool bOldGridModeAllowed = GetInfo().SnapToGrid(); in PaintMultiPortion()
1384 GetInfo().SetSnapToGrid( ! bRubyTop ); in PaintMultiPortion()
1388 SwLayoutModeModifier aLayoutModeModifier( *GetInfo().GetOut() ); in PaintMultiPortion()
1398 nFrmDir = GetInfo().GetTxtFrm()->IsRightToLeft() ? 1 : 0; in PaintMultiPortion()
1406 GetInfo().DrawViewOpt( rMulti, POR_FLD ); in PaintMultiPortion()
1413 if( GetInfo().OnWin() && rMulti.GetPortion() && in PaintMultiPortion()
1415 rMulti.GetPortion()->PrePaint( GetInfo(), &rMulti ); in PaintMultiPortion()
1418 xub_StrLen nOldLen = GetInfo().GetLen(); in PaintMultiPortion()
1419 KSHORT nOldX = KSHORT(GetInfo().X()); in PaintMultiPortion()
[all …]
H A Ditradj.cxx60 nStart + pCurr->GetLen() >= GetInfo().GetTxt().Len(); in FormatBlock()
82 if( !GetInfo().GetParaPortion()->HasFly() ) in FormatBlock()
118 const xub_StrLen nOldIdx = GetInfo().GetIdx(); in FormatBlock()
119 GetInfo().SetIdx( nStart ); in FormatBlock()
121 GetInfo().SetIdx( nOldIdx ); in FormatBlock()
122 GetInfo().GetParaPortion()->GetRepaint()->SetOfst(0); in FormatBlock()
270 ASSERT( GetInfo().IsMulti() || SVX_ADJUST_BLOCK == GetAdjust(), in CalcNewBlock()
280 SwScriptInfo& rSI = GetInfo().GetParaPortion()->GetScriptInfo(); in CalcNewBlock()
322 nGluePortion = nGluePortion + ((SwTxtPortion*)pPos)->GetSpaceCnt( GetInfo(), nCharCnt ); in CalcNewBlock()
342 … nGluePortion = nGluePortion + ((SwBidiPortion*)pMulti)->GetSpaceCnt( GetInfo() ); // i60594 in CalcNewBlock()
[all …]
H A Ditrcrsr.cxx175 GetInfo().SetFont( GetFnt() ); in CtorInitTxtMargin()
389 const SwParaPortion *pPara = GetInfo().GetParaPortion(); in DropInit()
454 bRightMargin = nOfst >= GetEnd() && nOfst < GetInfo().GetTxt().Len(); in GetEndCharRect()
521 const XubString &rText = GetInfo().GetTxt(); in _GetCharRect()
522 SwTxtSizeInfo aInf( GetInfo(), rText, nStart ); in _GetCharRect()
716 GetInfo().SetMulti( sal_True ); in _GetCharRect()
769 const sal_Bool bHasGrid = pGrid && GetInfo().SnapToGrid(); in _GetCharRect()
811 SwLayoutModeModifier aLayoutModeModifier( *GetInfo().GetOut() ); in _GetCharRect()
835 GetInfo().GetFont()->SetProportion( 100 ); in _GetCharRect()
839 GetInfo().SetFirstMulti( sal_True ); in _GetCharRect()
[all …]
H A Ditrform2.hxx154 inline sal_Bool IsStop() const { return GetInfo().IsStop(); } in IsStop()
157 inline sal_Bool IsNewLine() const { return GetInfo().IsNewLine(); } in IsNewLine()
160 inline sal_Bool IsQuick() const { return GetInfo().IsQuick(); } in IsQuick()
196 inline SwTxtFormatInfo &GetInfo() in GetInfo() function in SwTxtFormatter
197 { return (SwTxtFormatInfo&)SwTxtIter::GetInfo(); } in GetInfo()
198 inline const SwTxtFormatInfo &GetInfo() const in GetInfo() function in SwTxtFormatter
199 { return (const SwTxtFormatInfo&)SwTxtIter::GetInfo(); } in GetInfo()
H A Dtxtdrop.cxx655 const SwDropPortion *pDrop = GetInfo().GetParaPortion()->FindDropPortion(); in PaintDropPortion()
660 const SwTwips nOldY = GetInfo().Y(); in PaintDropPortion()
664 GetInfo().SetpSpaceAdd( pCurr->GetpLLSpaceAdd() ); in PaintDropPortion()
665 GetInfo().ResetSpaceIdx(); in PaintDropPortion()
666 GetInfo().SetKanaComp( pCurr->GetpKanaComp() ); in PaintDropPortion()
667 GetInfo().ResetKanaIdx(); in PaintDropPortion()
690 GetInfo().DrawRect( aRetouche ); in PaintDropPortion()
698 GetInfo().SetIdx( GetStart() ); in PaintDropPortion()
699 GetInfo().SetPos( aLineOrigin ); in PaintDropPortion()
700 GetInfo().SetLen( pDrop->GetLen() ); in PaintDropPortion()
[all …]
H A Ditrtxt.hxx82 inline SwTxtInfo &GetInfo() { return *pInf; } in GetInfo() function in SwTxtIter
83 inline const SwTxtInfo &GetInfo() const { return *pInf; } in GetInfo() function in SwTxtIter
107 { return nStart == GetInfo().GetTxtStart() && in IsFirstTxtLine()
195 inline SwTxtSizeInfo &GetInfo() in GetInfo() function in SwTxtMargin
196 { return (SwTxtSizeInfo&)SwTxtIter::GetInfo(); } in GetInfo()
197 inline const SwTxtSizeInfo &GetInfo() const in GetInfo() function in SwTxtMargin
198 { return (const SwTxtSizeInfo&)SwTxtIter::GetInfo(); } in GetInfo()
H A Ditrtxt.cxx293 if( bPrevious && nPosition && CH_BREAK == GetInfo().GetChar( nPosition-1 ) ) in CharCrsrToLine()
316 const sal_Bool bHasGrid = pGrid && GetInfo().SnapToGrid(); in AdjustBaseLine()
323 if ( GetInfo().IsMulti() ) in AdjustBaseLine()
364 if ( bAutoToCentered || GetInfo().GetTxtFrm()->IsVertical() ) in AdjustBaseLine()
367 if( GetInfo().GetTxtFrm()->IsVertLR() ) in AdjustBaseLine()
427 GetInfo().GetParaPortion()->SetFollowField( pDel->IsRest() || in TruncLines()
H A Ditrpaint.hxx57 inline SwTxtPaintInfo &GetInfo() in GetInfo() function in SwTxtPainter
58 { return (SwTxtPaintInfo&)SwTxtIter::GetInfo(); } in GetInfo()
59 inline const SwTxtPaintInfo &GetInfo() const in GetInfo() function in SwTxtPainter
60 { return (const SwTxtPaintInfo&)SwTxtIter::GetInfo(); } in GetInfo()
H A Dtxtfly.cxx152 if( GetInfo().IsTest() ) in UpdatePos()
156 SwTxtPaintInfo aTmpInf( GetInfo() ); in UpdatePos()
226 if ( GetInfo().GetTxtFrm()->IsVertical() ) in UpdatePos()
227 GetInfo().GetTxtFrm()->SwitchHorizontalToVertical( aBase ); in UpdatePos()
283 if( GetInfo().IsTest() ) in AlignFlyInCntBase()
312 if ( GetInfo().GetTxtFrm()->IsVertical() ) in AlignFlyInCntBase()
314 nBaseLine = GetInfo().GetTxtFrm()->SwitchHorizontalToVertical( nBaseLine ); in AlignFlyInCntBase()
320 … ((SwFlyCntPortion*)pPos)->SetBase( *GetInfo().GetTxtFrm(), aBase, nTmpAscent, nTmpDescent, in AlignFlyInCntBase()
679 const bool bTxtFrmVertical = GetInfo().GetTxtFrm()->IsVertical(); in NewFlyCntPortion()
711 if ( GetInfo().GetTxtFrm()->IsVertical() ) in NewFlyCntPortion()
[all …]
H A Dfrminf.cxx39 const XubString &rTxt = GetInfo().GetTxt(); in GetTxtStart()
59 const XubString &rTxt = GetInfo().GetTxt(); in GetTxtEnd()
246 aLine.GetInfo().GetChar( aLine.GetEnd() - 1 ) in GetSpaces()
/AOO41X/main/connectivity/source/drivers/odbcbase/ !
H A DODatabaseMetaData.cxx120 …OTools::GetInfo(m_pConnection,m_aConnectionHandle,SQL_CATALOG_NAME_SEPARATOR,aVal,*this,m_pConnect… in impl_getCatalogSeparator_throw()
261 OTools::GetInfo(m_pConnection,m_aConnectionHandle,SQL_MAX_BINARY_LITERAL_LEN,nValue,*this); in getMaxBinaryLiteralLength()
268 OTools::GetInfo(m_pConnection,m_aConnectionHandle,SQL_MAX_ROW_SIZE,nValue,*this); in getMaxRowSize()
275 OTools::GetInfo(m_pConnection,m_aConnectionHandle,SQL_MAX_CATALOG_NAME_LEN,nValue,*this); in getMaxCatalogNameLength()
282 OTools::GetInfo(m_pConnection,m_aConnectionHandle,SQL_MAX_CHAR_LITERAL_LEN,nValue,*this); in getMaxCharLiteralLength()
289 OTools::GetInfo(m_pConnection,m_aConnectionHandle,SQL_MAX_COLUMN_NAME_LEN,nValue,*this); in getMaxColumnNameLength()
296 OTools::GetInfo(m_pConnection,m_aConnectionHandle,SQL_MAX_COLUMNS_IN_INDEX,nValue,*this); in getMaxColumnsInIndex()
303 OTools::GetInfo(m_pConnection,m_aConnectionHandle,SQL_MAX_CURSOR_NAME_LEN,nValue,*this); in getMaxCursorNameLength()
310 …OTools::GetInfo(m_pConnection,m_aConnectionHandle,SQL_MAX_DRIVER_CONNECTIONS/*SQL_ACTIVE_CONNECTIO… in getMaxConnections()
317 OTools::GetInfo(m_pConnection,m_aConnectionHandle,SQL_MAX_COLUMNS_IN_TABLE,nValue,*this); in getMaxColumnsInTable()
[all …]
H A DOTools.cxx662 void OTools::GetInfo(OConnection* _pConnection, in GetInfo() function in OTools
678 void OTools::GetInfo(OConnection* _pConnection, in GetInfo() function in OTools
691 void OTools::GetInfo(OConnection* _pConnection, in GetInfo() function in OTools
704 void OTools::GetInfo(OConnection* _pConnection, in GetInfo() function in OTools
717 void OTools::GetInfo(OConnection* _pConnection, in GetInfo() function in OTools
/AOO41X/main/chart2/source/controller/accessibility/ !
H A DAccessibleChartElement.cxx100GetInfo().m_aOID.getObjectCID(), Reference< chart2::XChartDocument >( GetInfo().m_xChartDocument )… in ImplUpdateChildren()
120 Reference< view::XSelectionSupplier > xSelSupp( GetInfo().m_xSelectionSupplier ); in InitTextEdit()
135 aArgs[0] <<= GetInfo().m_aOID.getObjectCID(); in InitTextEdit()
137 aArgs[2] <<= Reference< awt::XWindow >( GetInfo().m_xWindow ); in InitTextEdit()
223 GetInfo().m_aOID.getObjectCID(), GetInfo().m_xChartDocument ); in getAccessibleName()
242 Reference< awt::XWindow >( GetInfo().m_xWindow ), uno::UNO_QUERY ); in getFont()
248GetInfo().m_aOID.getObjectCID(), Reference< chart2::XChartDocument >( GetInfo().m_xChartDocument )… in getFont()
269GetInfo().m_aOID.getObjectCID(), Reference< chart2::XChartDocument >( GetInfo().m_xChartDocument )… in getToolTipText()
/AOO41X/main/sfx2/inc/sfx2/ !
H A Dchildwin.hxx206 { return GetInfo().nFlags; } in GetFlags()
221 virtual SfxChildWinInfo GetInfo() const;
308 virtual SfxChildWinInfo GetInfo() const
333 SfxChildWinInfo __EXPORT Class::GetInfo() const \
335 SfxChildWinInfo aInfo = SfxChildWindow::GetInfo(); \
341 SfxChildWinInfo __EXPORT Class::GetInfo() const \
343 SfxChildWinInfo aInfo = SfxChildWindow::GetInfo(); \
349 SfxChildWinInfo __EXPORT Class::GetInfo() const \
351 SfxChildWinInfo aInfo = SfxChildWindow::GetInfo(); \
357 SfxChildWinInfo __EXPORT Class::GetInfo() const \
[all …]
/AOO41X/main/sw/source/ui/index/ !
H A Didxmrk.cxx102 SfxChildWinInfo SwInsertIdxMarkWrapper::GetInfo() const in GetInfo() function in SwInsertIdxMarkWrapper
104 SfxChildWinInfo aInfo = SfxChildWindow::GetInfo(); in GetInfo()
137 SfxChildWinInfo SwInsertAuthMarkWrapper::GetInfo() const in GetInfo() function in SwInsertAuthMarkWrapper
139 SfxChildWinInfo aInfo = SfxChildWindow::GetInfo(); in GetInfo()
/AOO41X/main/sw/source/ui/fldui/ !
H A Dfldwrap.cxx109 SfxChildWinInfo SwFldDlgWrapper::GetInfo() const in GetInfo() function in SwFldDlgWrapper
111 SfxChildWinInfo aInfo = SfxChildWindow::GetInfo(); in GetInfo()
167 SfxChildWinInfo SwFldDataOnlyDlgWrapper::GetInfo() const in SFX_IMPL_CHILDWINDOW()
169 SfxChildWinInfo aInfo = SfxChildWindow::GetInfo(); in SFX_IMPL_CHILDWINDOW()
/AOO41X/main/connectivity/source/inc/odbc/ !
H A DOTools.hxx113 static void GetInfo(OConnection* _pConnection,
121 static void GetInfo(OConnection* _pConnection,
127 static void GetInfo(OConnection* _pConnection,
133 static void GetInfo(OConnection* _pConnection,
139 static void GetInfo(OConnection* _pConnection,
/AOO41X/main/sw/source/core/attr/ !
H A Dcalbck.cxx91 sal_Bool SwClient::GetInfo( SfxPoolItem& ) const in GetInfo() function in SwClient
207 sal_Bool SwModify::GetInfo( SfxPoolItem& rInfo ) const in GetInfo() function in SwModify
217 while( 0 != ( bRet = pLast->GetInfo( rInfo )) && in GetInfo()
405 sal_Bool SwDepend::GetInfo( SfxPoolItem& rInfo ) const in GetInfo() function in SwDepend
407 return pToTell ? pToTell->GetInfo( rInfo ) : sal_True; in GetInfo()
/AOO41X/main/sw/inc/ !
H A Dcalbck.hxx116 virtual sal_Bool GetInfo( SfxPoolItem& ) const;
164 virtual sal_Bool GetInfo( SfxPoolItem& ) const;
198 virtual sal_Bool GetInfo( SfxPoolItem & ) const;
/AOO41X/main/sw/source/core/txtnode/ !
H A Dtxtatr2.cxx80 bool SwTxtCharFmt::GetInfo( SfxPoolItem& rInfo ) const in GetInfo() function in SwTxtCharFmt
199 sal_Bool SwTxtINetFmt::GetInfo( SfxPoolItem& rInfo ) const in GetInfo() function in SwTxtINetFmt
247 sal_Bool SwTxtRuby::GetInfo( SfxPoolItem& rInfo ) const in GetInfo() function in SwTxtRuby
/AOO41X/main/tools/source/communi/ !
H A Dgeninfo.cxx124 return pInfoList->GetInfo( rKey, bSearchByPath, bCreatePath ); in GetSubInfo()
216 GenericInformation *GenericInformationList::GetInfo( ByteString &rKey, in GetInfo() function in GenericInformationList
369 pInfo = GetInfo( sPathKey, bSearchByPath, bNewPath ); in InsertInfo()
/AOO41X/main/cosv/inc/cosv/ !
H A Dx.hxx42 virtual void GetInfo(
53 virtual void GetInfo( // Implemented in comfunc.cxx
/AOO41X/main/sw/source/core/layout/ !
H A Dpagedesc.cxx174 sal_Bool SwPageDesc::GetInfo( SfxPoolItem & rInfo ) const in GetInfo() function in SwPageDesc
179 if( !aMaster.GetInfo( rInfo ) ) in GetInfo()
181 return aLeft.GetInfo( rInfo ); in GetInfo()

123456