/trunk/main/editeng/source/misc/ |
H A D | forbiddencharacterstable.cxx | 56 pInf = new ForbiddenCharactersInfo; in GetForbiddenCharacters() 57 pImpl->Insert( nLanguage, pInf ); in GetForbiddenCharacters() 59 pInf->bTemporary = sal_True; in GetForbiddenCharacters() 63 return pInf ? &pInf->aForbiddenChars : NULL; in GetForbiddenCharacters() 71 if ( !pInf ) in SetForbiddenCharacters() 73 pInf = new ForbiddenCharactersInfo; in SetForbiddenCharacters() 74 Insert( nLanguage, pInf ); in SetForbiddenCharacters() 76 pInf->bTemporary = sal_False; in SetForbiddenCharacters() 77 pInf->aForbiddenChars = rForbiddenChars; in SetForbiddenCharacters() 83 if ( pInf ) in ClearForbiddenCharacters() [all …]
|
/trunk/main/sw/source/ui/misc/ |
H A D | docfnote.cxx | 220 aOffsetFld.SetValue(pInf->nFtnOffset + 1); in Reset() 221 aPrefixED.SetText(pInf->GetPrefix()); in Reset() 222 aSuffixED.SetText(pInf->GetSuffix()); in Reset() 279 delete pInf; in Reset() 439 pInf->SetPrefix(aPrefixED.GetText()); in FillItemSet() 440 pInf->SetSuffix(aSuffixED.GetText()); in FillItemSet() 442 pInf->SetCharFmt( lcl_GetCharFormat( pSh, in FillItemSet() 454 pInf->SetFtnTxtColl(*pColl); in FillItemSet() 464 pSh->SetEndNoteInfo( *pInf ); in FillItemSet() 468 SwFtnInfo *pI = (SwFtnInfo*)pInf; in FillItemSet() [all …]
|
/trunk/main/sw/source/core/text/ |
H A D | inftxt.cxx | 1790 nIdx = pInf->GetIdx(); in SwTxtSlot() 1791 nLen = pInf->GetLen(); in SwTxtSlot() 1793 pInf->SetTxt( aTxt ); in SwTxtSlot() 1794 pInf->SetIdx( 0 ); in SwTxtSlot() 1795 pInf->SetLen( bTxtLen ? pInf->GetTxt().Len() : pPor->GetLen() ); in SwTxtSlot() 1845 pInf->SetIdx( nIdx ); in ~SwTxtSlot() 1846 pInf->SetLen( nLen ); in ~SwTxtSlot() 1882 pInf->SetFont( pNew ); in SwFontSave() 1887 pNew->ChgPhysFnt( pInf->GetVsh(), *pInf->GetOut() ); in SwFontSave() 1908 pInf->SetFont( pFnt ); in ~SwFontSave() [all …]
|
H A D | itrtxt.cxx | 72 pInf = pNewInf; in CtorInitTxtIter() 90 pCurr = pInf->GetParaPortion(); in Init() 91 nStart = pInf->GetTxtStart(); in Init() 116 SwLineLayout *pLay = pInf->GetParaPortion(); in _GetPrev() 213 const SwLineLayout *pRoot = pInf->GetParaPortion(); in GetPrevLine() 482 SwLineLayout *pLay = pInf->GetParaPortion(); in CntHyphens() 508 pInf( &rInfo ), in SwHookOut() 521 pInf->SetOut( pOut ); in ~SwHookOut() 522 pInf->SetOnWin( bOnWin ); in ~SwHookOut()
|
H A D | itrtxt.hxx | 44 SwTxtInfo *pInf; member in SwTxtIter 63 void CtorInitTxtIter( SwTxtFrm *pFrm, SwTxtInfo *pInf ); 82 inline SwTxtInfo &GetInfo() { return *pInf; } in GetInfo() 83 inline const SwTxtInfo &GetInfo() const { return *pInf; } in GetInfo() 112 { return pCurr == pInf->GetParaPortion(); } in IsParaLine() 152 void CtorInitTxtMargin( SwTxtFrm *pFrm, SwTxtSizeInfo *pInf ); 261 void CtorInitTxtCursor( SwTxtFrm *pFrm, SwTxtSizeInfo *pInf ); 294 SwTxtSizeInfo* pInf; member in SwHookOut
|
H A D | porfld.cxx | 158 SwTxtFormatInfo *pInf; member in SwFldSlot 172 nIdx = pInf->GetIdx(); in SwFldSlot() 173 nLen = pInf->GetLen(); in SwFldSlot() 174 pOldTxt = &(pInf->GetTxt()); in SwFldSlot() 175 pInf->SetLen( aTxt.Len() ); in SwFldSlot() 178 pInf->SetFakeLineStart( nIdx > pInf->GetLineStart() ); in SwFldSlot() 179 pInf->SetIdx( 0 ); in SwFldSlot() 188 pInf->SetTxt( aTxt ); in SwFldSlot() 196 pInf->SetTxt( *pOldTxt ); in ~SwFldSlot() 197 pInf->SetIdx( nIdx ); in ~SwFldSlot() [all …]
|
H A D | txtdrop.cxx | 83 SwTxtPaintInfo* pInf; member in SwDropSave 95 pInf( ((SwTxtPaintInfo*)&rInf) ), nIdx( rInf.GetIdx() ), in SwDropSave() 102 pInf->SetIdx( nIdx ); in ~SwDropSave() 103 pInf->SetLen( nLen ); in ~SwDropSave() 104 pInf->X( nX ); in ~SwDropSave() 105 pInf->Y( nY ); in ~SwDropSave()
|
H A D | txtftn.cxx | 1323 SwTxtSizeInfo *pInf; member in SwFtnSave 1342 : pInf( &((SwTxtSizeInfo&)rInf) ) in SwFtnSave() 1392 pFnt->ChgPhysFnt( pInf->GetVsh(), *pInf->GetOut() ); in SwFtnSave() 1413 pFnt->ChgPhysFnt( pInf->GetVsh(), *pInf->GetOut() ); in ~SwFtnSave()
|
H A D | inftxt.hxx | 156 friend void SetParaPortion( SwTxtInfo *pInf, SwParaPortion *pRoot ); 765 SwTxtSizeInfo *pInf; member in SwTxtSlot 781 SwTxtSizeInfo *pInf; member in SwFontSave 796 SwTxtSizeInfo *pInf; member in SwDefFontSave
|
H A D | txthyph.cxx | 145 void SetParaPortion( SwTxtInfo *pInf, SwParaPortion *pRoot ) in SetParaPortion() argument 148 pInf->pPara = pRoot; in SetParaPortion()
|
H A D | itrcrsr.cxx | 174 pInf = pNewInf; in CtorInitTxtMargin() 1568 if ( ( ((SwTxtSizeInfo*)pInf)->IsMulti() && in GetCrsrOfst() 1569 ((SwTxtSizeInfo*)pInf)->IsFirstMulti() ) || in GetCrsrOfst() 1720 ((SwTxtSizeInfo*)pInf)->SelectFont(); in GetCrsrOfst()
|
H A D | itrpaint.hxx | 42 void CtorInitTxtPainter( SwTxtFrm *pFrm, SwTxtPaintInfo *pInf );
|
H A D | itrform2.cxx | 92 pInf = pNewInf; in CtorInitTxtFormatter() 1722 pInf->GetParaPortion()->SetFixLineHeight(); in CalcRealHeight() 1771 pInf->GetParaPortion()->SetFixLineHeight(); in CalcRealHeight()
|
H A D | itrform2.hxx | 136 void CtorInitTxtFormatter( SwTxtFrm *pFrm, SwTxtFormatInfo *pInf );
|
/trunk/main/basic/source/basmgr/ |
H A D | basmgr.cxx | 1123 while ( pInf ) in ~BasicManager() 1125 delete pInf; in ~BasicManager() 1156 return pInf; in CreateLibInfo() 1502 if ( pInf ) in GetLib() 1519 while ( pInf ) in GetLib() 1534 while ( pInf ) in GetLibId() 1549 while ( pInf ) in HasLib() 1710 while ( pInf ) in FindLibInfo() 1713 return pInf; in FindLibInfo() 1735 while ( pInf ) in IsBasicModified() [all …]
|
/trunk/main/editeng/source/editeng/ |
H A D | editundo.cxx | 231 DeletedNodeInfo* pInf = new DeletedNodeInfo( (sal_uLong)pContentNode, nNode ); in Redo() local 232 _pImpEE->aDeletedNodes.Insert( pInf, _pImpEE->aDeletedNodes.Count() ); in Redo() 592 ContentAttribsInfo* pInf = aPrevAttribs[n]; in ~EditUndoSetAttribs() local 593 DBG_ASSERT( pInf, "Undo_DTOR (SetAttribs): pInf = NULL!" ); in ~EditUndoSetAttribs() 594 for ( sal_uInt16 nAttr = 0; nAttr < pInf->GetPrevCharAttribs().Count(); nAttr++ ) in ~EditUndoSetAttribs() 596 EditCharAttrib* pX = pInf->GetPrevCharAttribs()[nAttr]; in ~EditUndoSetAttribs() 601 delete pInf; in ~EditUndoSetAttribs() 612 ContentAttribsInfo* pInf = aPrevAttribs[ (sal_uInt16)(nPara-aESel.nStartPara) ]; in Undo() local 613 DBG_ASSERT( pInf, "Undo (SetAttribs): pInf = NULL!" ); in Undo() 616 _pImpEE->SetParaAttribs( nPara, pInf->GetPrevParaAttribs() ); in Undo() [all …]
|
H A D | impedit5.cxx | 229 ContentAttribsInfo* pInf = new ContentAttribsInfo( pNode->GetContentAttribs().GetItems() ); in CreateAttribUndo() local 230 pUndo->GetContentInfos().Insert( pInf, pUndo->GetContentInfos().Count() ); in CreateAttribUndo() 238 pInf->GetPrevCharAttribs().Insert( pNew, pInf->GetPrevCharAttribs().Count() ); in CreateAttribUndo()
|
H A D | impedit2.cxx | 2316 DeletedNodeInfo* pInf = new DeletedNodeInfo( (sal_uLong)pRight, nParagraphTobeDeleted ); in ImpConnectParagraphs() local 2317 aDeletedNodes.Insert( pInf, aDeletedNodes.Count() ); in ImpConnectParagraphs() 2571 DeletedNodeInfo* pInf = new DeletedNodeInfo( (sal_uLong)pNode, nPara ); in ImpRemoveParagraph() local 2572 aDeletedNodes.Insert( pInf, aDeletedNodes.Count() ); in ImpRemoveParagraph() 3439 DeletedNodeInfo* pInf = aDeletedNodes.GetObject( n ); in UpdateSelections() local 3440 if ( ( ( sal_uLong )(aCurSel.Min().GetNode()) == pInf->GetInvalidAdress() ) || in UpdateSelections() 3441 ( ( sal_uLong )(aCurSel.Max().GetNode()) == pInf->GetInvalidAdress() ) ) in UpdateSelections() 3445 sal_uInt32 nPara = pInf->GetPosition(); in UpdateSelections() 3492 DeletedNodeInfo* pInf = aDeletedNodes.GetObject( n ); in UpdateSelections() local 3493 delete pInf; in UpdateSelections()
|
/trunk/main/dbaccess/source/ui/querydesign/ |
H A D | QTableWindow.cxx | 210 OTableFieldInfo* pInf = static_cast<OTableFieldInfo*>(pEntry->GetUserData()); in OnEntryDoubleClicked() local 211 DBG_ASSERT(pInf != NULL, "OQueryTableWindow::OnEntryDoubleClicked : Feld hat keine FieldInfo !"); in OnEntryDoubleClicked() 218 aInfo->SetDataType(pInf->GetDataType()); in OnEntryDoubleClicked() 243 OTableFieldInfo* pInf = static_cast<OTableFieldInfo*>(pEntry->GetUserData()); in ExistsField() local 244 DBG_ASSERT(pInf != NULL, "OQueryTableWindow::ExistsField : Feld hat keine FieldInfo !"); in ExistsField() 251 rInfo->SetDataType(pInf->GetDataType()); in ExistsField()
|
H A D | SelectionBrowseBox.cxx | 1670 OTableFieldInfo* pInf = static_cast<OTableFieldInfo*>(jxdSource.pEntry->GetUserData()); in InsertField() local 1676 aInfo->SetFieldType(pInf->GetKeyType()); in InsertField() 1679 aInfo->SetDataType(pInf->GetDataType()); in InsertField()
|
/trunk/main/sfx2/source/toolbox/ |
H A D | imgmgr.cxx | 221 ToolBoxInf_Impl *pInf = m_aToolBoxes[n]; in SetSymbolsSize_Impl() local 222 if ( pInf->nFlags & SFX_TOOLBOX_CHANGESYMBOLSET ) in SetSymbolsSize_Impl() 224 ToolBox *pBox = pInf->pToolBox; in SetSymbolsSize_Impl() 358 ToolBoxInf_Impl* pInf = new ToolBoxInf_Impl; in RegisterToolBox() local 359 pInf->pToolBox = pBox; in RegisterToolBox() 360 pInf->nFlags = nFlags; in RegisterToolBox() 361 pImp->m_aToolBoxes.push_back( pInf ); in RegisterToolBox()
|
/trunk/main/sw/source/core/undo/ |
H A D | unattr.cxx | 1169 SwFtnInfo *pInf = new SwFtnInfo( rDoc.GetFtnInfo() ); in UndoImpl() local 1171 m_pFootNoteInfo.reset( pInf ); in UndoImpl() 1177 SwFtnInfo *pInf = new SwFtnInfo( rDoc.GetFtnInfo() ); in RedoImpl() local 1179 m_pFootNoteInfo.reset( pInf ); in RedoImpl() 1198 SwEndNoteInfo *pInf = new SwEndNoteInfo( rDoc.GetEndNoteInfo() ); in UndoImpl() local 1200 m_pEndNoteInfo.reset( pInf ); in UndoImpl() 1206 SwEndNoteInfo *pInf = new SwEndNoteInfo( rDoc.GetEndNoteInfo() ); in RedoImpl() local 1208 m_pEndNoteInfo.reset( pInf ); in RedoImpl()
|
/trunk/main/toolkit/source/helper/ |
H A D | property.cxx | 339 …ImplPropertyInfo* pInf = ::std::lower_bound(pInfos,pInfos+nElements,rPropertyName,ImplPropertyInfo… in GetPropertyId() local 345 return ( pInf && pInf != (pInfos+nElements) && pInf->aName == rPropertyName) ? pInf->nPropId: 0; in GetPropertyId()
|
/trunk/main/toolkit/source/awt/ |
H A D | vclxtoolkit.cxx | 374 ComponentInfo* pInf = (ComponentInfo*) bsearch( &aSearch, in ImplGetComponentType() local 380 return pInf ? pInf->nWinType : 0; in ImplGetComponentType()
|
/trunk/main/xmloff/source/draw/ |
H A D | sdxmlexp.cxx | 221 ImpXMLAutoLayoutInfo(sal_uInt16 nTyp, ImpXMLEXPPageMasterInfo* pInf); 253 ImpXMLAutoLayoutInfo::ImpXMLAutoLayoutInfo(sal_uInt16 nTyp, ImpXMLEXPPageMasterInfo* pInf) in ImpXMLAutoLayoutInfo() argument 255 mpPageMasterInfo(pInf) in ImpXMLAutoLayoutInfo()
|