Searched refs:pNewInfo (Results 1 – 9 of 9) sorted by relevance
/aoo41x/main/svtools/source/control/ |
H A D | ctrltool.cxx | 278 ImplFontListFontInfo* pNewInfo = new ImplFontListFontInfo( aFontInfo, pDevice ); in ImplInsertFonts() local 280 pData->mpFirst = pNewInfo; in ImplInsertFonts() 281 pNewInfo->mpNext = NULL; in ImplInsertFonts() 293 ImplFontListFontInfo* pNewInfo = new ImplFontListFontInfo( aFontInfo, pDevice ); in ImplInsertFonts() local 296 StringCompare eComp = ImplCompareFontInfo( pNewInfo, pTemp ); in ImplInsertFonts() 304 (pNewInfo->GetCharSet() == eSystemEncoding) ) in ImplInsertFonts() 307 *((FontInfo*)pTemp) = *((FontInfo*)pNewInfo); in ImplInsertFonts() 310 delete pNewInfo; in ImplInsertFonts() 323 pNewInfo->mpNext = pTemp; in ImplInsertFonts() 325 pPrev->mpNext = pNewInfo; in ImplInsertFonts() [all …]
|
/aoo41x/main/sc/source/ui/view/ |
H A D | prevloc.cxx | 93 void ScPreviewTableInfo::SetColInfo( SCCOL nCount, ScPreviewColRowInfo* pNewInfo ) in SetColInfo() argument 96 pColInfo = pNewInfo; in SetColInfo() 100 void ScPreviewTableInfo::SetRowInfo( SCROW nCount, ScPreviewColRowInfo* pNewInfo ) in SetRowInfo() argument 103 pRowInfo = pNewInfo; in SetRowInfo() 126 ScPreviewColRowInfo* pNewInfo = new ScPreviewColRowInfo[nNewCount]; in LimitToArea() local 128 pNewInfo[i] = pColInfo[nStart + i]; in LimitToArea() 129 SetColInfo( nNewCount, pNewInfo ); in LimitToArea() 153 ScPreviewColRowInfo* pNewInfo = new ScPreviewColRowInfo[nNewCount]; in LimitToArea() local 155 pNewInfo[i] = pRowInfo[nStart + i]; in LimitToArea() 156 SetRowInfo( nNewCount, pNewInfo ); in LimitToArea()
|
/aoo41x/main/vcl/os2/source/gdi/ |
H A D | salgdi2.cxx | 350 BITMAPINFOHEADER2* pNewInfo; in ImplDrawBitmap() local 355 pNewInfo = (BITMAPINFOHEADER2*) pDummy; in ImplDrawBitmap() 356 pNewInfo->cbFix = sizeof( BITMAPINFOHEADER2 ); in ImplDrawBitmap() 357 pNewInfo->cx = nWidth; in ImplDrawBitmap() 358 pNewInfo->cy = nHeight; in ImplDrawBitmap() 359 pNewInfo->cPlanes = 1; in ImplDrawBitmap() 360 pNewInfo->cBitCount = 24; in ImplDrawBitmap() 361 pNewInfo->ulCompression = BCA_UNCOMP; in ImplDrawBitmap() 362 pNewInfo->cbImage = nNewImageSize; in ImplDrawBitmap()
|
/aoo41x/main/filter/source/xsltdialog/ |
H A D | xmlfiltersettingsdialog.cxx | 280 filter_info_impl* pNewInfo = aDlg.getNewFilterInfo(); in onEdit() local 282 if( !(*pOldInfo == *pNewInfo) ) in onEdit() 285 insertOrEdit( pNewInfo, pOldInfo ); in onEdit() 451 bool XMLFilterSettingsDialog::insertOrEdit( filter_info_impl* pNewInfo, const filter_info_impl* pOl… in insertOrEdit() argument 458 if( pOldInfo->maFilterName != pNewInfo->maFilterName ) in insertOrEdit() 462 pNewInfo->maType = OUString(); in insertOrEdit() 470 if( pOldInfo->maFilterName != pNewInfo->maFilterName ) in insertOrEdit() 474 if( pOldInfo->maType != pNewInfo->maType ) in insertOrEdit() 493 *pFilterEntry = *pNewInfo; in insertOrEdit() 498 pFilterEntry = new filter_info_impl( *pNewInfo ); in insertOrEdit() [all …]
|
H A D | xmlfiltersettingsdialog.hxx | 123 bool insertOrEdit( filter_info_impl* pNewInfo, const filter_info_impl* pOldInfo = NULL );
|
/aoo41x/main/ucb/source/ucp/gio/ |
H A D | gio_content.cxx | 625 GFileInfo *pNewInfo=NULL; in setPropertyValues() local 628 pNewInfo = g_file_info_dup(pInfo); in setPropertyValues() 637 pNewInfo = g_file_info_new(); in setPropertyValues() 706 g_file_info_set_name(pNewInfo, newName); in setPropertyValues() 724 if ((bOk = doSetFileInfo(pNewInfo))) in setPropertyValues() 756 g_file_info_copy_into(pNewInfo, mpInfo); in setPropertyValues() 757 g_object_unref(pNewInfo); in setPropertyValues() 760 mpInfo = pNewInfo; in setPropertyValues() 776 bool Content::doSetFileInfo(GFileInfo *pNewInfo) in doSetFileInfo() argument 782 if(!g_file_set_attributes_from_info(pFile, pNewInfo, G_FILE_QUERY_INFO_NONE, NULL, NULL)) in doSetFileInfo()
|
H A D | gio_content.hxx | 91 bool doSetFileInfo ( GFileInfo *pNewInfo );
|
/aoo41x/main/xmloff/source/draw/ |
H A D | sdxmlexp.cxx | 1382 && *mpPageMasterInfoList->GetObject(a) == *pNewInfo) in ImpGetOrCreatePageMasterInfo() 1384 delete pNewInfo; in ImpGetOrCreatePageMasterInfo() 1385 pNewInfo = mpPageMasterInfoList->GetObject(a); in ImpGetOrCreatePageMasterInfo() 1391 mpPageMasterInfoList->Insert(pNewInfo, LIST_APPEND); in ImpGetOrCreatePageMasterInfo() 1393 return pNewInfo; in ImpGetOrCreatePageMasterInfo() 1418 ImpXMLEXPPageMasterInfo* pNewInfo = 0L; in ImpPrepPageMasterInfos() local 1421 pNewInfo = ImpGetOrCreatePageMasterInfo(xMasterPage); in ImpPrepPageMasterInfos() 1423 mpPageMasterUsageList->Insert(pNewInfo, LIST_APPEND); in ImpPrepPageMasterInfos() 1428 pNewInfo = NULL; in ImpPrepPageMasterInfos() 1435 pNewInfo = ImpGetOrCreatePageMasterInfo(xNotesPage); in ImpPrepPageMasterInfos() [all …]
|
/aoo41x/main/sc/source/ui/inc/ |
H A D | prevloc.hxx | 82 void SetColInfo( SCCOL nCount, ScPreviewColRowInfo* pNewInfo ); 83 void SetRowInfo( SCROW nCount, ScPreviewColRowInfo* pNewInfo );
|
Completed in 70 milliseconds