Home
last modified time | relevance | path

Searched refs:pWhich (Results 1 – 25 of 41) sorted by relevance

12

/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/source/core/txtnode/
H A Dtxatbase.cxx100 const char* pWhich = nullptr; in dumpAsXml() local
105 pWhich = "autofmt"; in dumpAsXml()
108 pWhich = "annotation"; in dumpAsXml()
111 pWhich = "fly content"; in dumpAsXml()
115 pWhich = "character format"; in dumpAsXml()
122 pWhich = "inet format"; in dumpAsXml()
129 pWhich = "ruby"; in dumpAsXml()
136 pWhich = "meta"; in dumpAsXml()
141 pWhich = "field"; in dumpAsXml()
147 if (pWhich) in dumpAsXml()
[all …]
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/source/core/txtnode/
H A Dtxatbase.cxx98 const char* pWhich = nullptr; in dumpAsXml() local
103 pWhich = "autofmt"; in dumpAsXml()
106 pWhich = "annotation"; in dumpAsXml()
109 pWhich = "fly content"; in dumpAsXml()
113 pWhich = "character format"; in dumpAsXml()
120 pWhich = "inet format"; in dumpAsXml()
127 pWhich = "ruby"; in dumpAsXml()
134 pWhich = "meta"; in dumpAsXml()
139 pWhich = "field"; in dumpAsXml()
145 if (pWhich) in dumpAsXml()
[all …]
/dports/editors/libreoffice/libreoffice-7.2.6.2/sc/inc/
H A Dpatattr.hxx84 bool HasItemsSet( const sal_uInt16* pWhich ) const;
85 void ClearItems( const sal_uInt16* pWhich );
H A Dattarray.hxx161 void ClearItems( SCROW nStartRow, SCROW nEndRow, const sal_uInt16* pWhich );
H A Dcolumn.hxx510 void ClearItems( SCROW nStartRow, SCROW nEndRow, const sal_uInt16* pWhich );
517 void ClearSelectionItems( const sal_uInt16* pWhich, const ScMarkData& rMark );
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sc/inc/
H A Dpatattr.hxx84 bool HasItemsSet( const sal_uInt16* pWhich ) const;
85 void ClearItems( const sal_uInt16* pWhich );
H A Dattarray.hxx162 void ClearItems( SCROW nStartRow, SCROW nEndRow, const sal_uInt16* pWhich );
H A Dcolumn.hxx509 void ClearItems( SCROW nStartRow, SCROW nEndRow, const sal_uInt16* pWhich );
516 void ClearSelectionItems( const sal_uInt16* pWhich, const ScMarkData& rMark );
/dports/editors/libreoffice/libreoffice-7.2.6.2/sc/source/core/data/
H A Dpatattr.cxx954 bool ScPatternAttr::HasItemsSet( const sal_uInt16* pWhich ) const in HasItemsSet()
957 for (sal_uInt16 i=0; pWhich[i]; i++) in HasItemsSet()
958 if ( rSet.GetItemState( pWhich[i], false ) == SfxItemState::SET ) in HasItemsSet()
963 void ScPatternAttr::ClearItems( const sal_uInt16* pWhich ) in ClearItems() argument
966 for (sal_uInt16 i=0; pWhich[i]; i++) in ClearItems()
967 rSet.ClearItem(pWhich[i]); in ClearItems()
H A Dcolumn.cxx463 void ScColumn::ClearSelectionItems( const sal_uInt16* pWhich,const ScMarkData& rMark ) in ClearSelectionItems() argument
475 pAttrArray->ClearItems(nTop, nBottom, pWhich); in ClearSelectionItems()
483 pAttrArray->ClearItems(aRange.aStart.Row(), aRange.aEnd.Row(), pWhich); in ClearSelectionItems()
694 void ScColumn::ClearItems( SCROW nStartRow, SCROW nEndRow, const sal_uInt16* pWhich ) in ClearItems() argument
696 pAttrArray->ClearItems( nStartRow, nEndRow, pWhich ); in ClearItems()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/editeng/source/editeng/
H A Deditview.cxx1353 const sal_uInt16* pWhich = gFontSizeWichMap; in ChangeFontSize() local
1354 while( *pWhich ) in ChangeFontSize()
1356 … SvxFontHeightItem aFontHeightItem( static_cast<const SvxFontHeightItem&>(rSet.Get( *pWhich )) ); in ChangeFontSize()
1358 const MapUnit eUnit = rSet.GetPool()->GetMetric( *pWhich ); in ChangeFontSize()
1417 rSet.Put( aFontHeightItem.CloneSetWhich(*pWhich) ); in ChangeFontSize()
1421 pWhich++; in ChangeFontSize()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sc/source/core/data/
H A Dpatattr.cxx954 bool ScPatternAttr::HasItemsSet( const sal_uInt16* pWhich ) const in HasItemsSet()
957 for (sal_uInt16 i=0; pWhich[i]; i++) in HasItemsSet()
958 if ( rSet.GetItemState( pWhich[i], false ) == SfxItemState::SET ) in HasItemsSet()
963 void ScPatternAttr::ClearItems( const sal_uInt16* pWhich ) in ClearItems() argument
966 for (sal_uInt16 i=0; pWhich[i]; i++) in ClearItems()
967 rSet.ClearItem(pWhich[i]); in ClearItems()
H A Dcolumn.cxx461 void ScColumn::ClearSelectionItems( const sal_uInt16* pWhich,const ScMarkData& rMark ) in ClearSelectionItems() argument
472 pAttrArray->ClearItems(nTop, nBottom, pWhich); in ClearSelectionItems()
480 pAttrArray->ClearItems(aRange.aStart.Row(), aRange.aEnd.Row(), pWhich); in ClearSelectionItems()
688 void ScColumn::ClearItems( SCROW nStartRow, SCROW nEndRow, const sal_uInt16* pWhich ) in ClearItems() argument
690 pAttrArray->ClearItems( nStartRow, nEndRow, pWhich ); in ClearItems()
/dports/editors/libreoffice/libreoffice-7.2.6.2/editeng/source/editeng/
H A Deditview.cxx1473 const sal_uInt16* pWhich = gFontSizeWichMap; in ChangeFontSize() local
1474 while( *pWhich ) in ChangeFontSize()
1476 … SvxFontHeightItem aFontHeightItem( static_cast<const SvxFontHeightItem&>(rSet.Get( *pWhich )) ); in ChangeFontSize()
1478 const MapUnit eUnit = rSet.GetPool()->GetMetric( *pWhich ); in ChangeFontSize()
1537 rSet.Put( aFontHeightItem.CloneSetWhich(*pWhich) ); in ChangeFontSize()
1541 pWhich++; in ChangeFontSize()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sc/source/ui/inc/
H A Dtabview.hxx256 void UpdateHeaderWidth( const ScVSplitPos* pWhich = nullptr,
405 const ScSplitPos* pWhich = nullptr );
H A Ddocfunc.hxx163 void ClearItems( const ScMarkData& rMark, const sal_uInt16* pWhich, bool bApi );
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sc/source/ui/inc/
H A Dtabview.hxx262 void UpdateHeaderWidth( const ScVSplitPos* pWhich = nullptr,
413 const ScSplitPos* pWhich = nullptr );
H A Ddocfunc.hxx163 void ClearItems( const ScMarkData& rMark, const sal_uInt16* pWhich, bool bApi );
/dports/devel/kBuild/kBuild-0.1.9998/src/kObjCache/
H A DkObjCache.c3112 static int kOCEntryReadCppOutput(PKOCENTRY pEntry, struct KOCENTRYDATA *pWhich, int fNonFatal) in kOCEntryReadCppOutput() argument
3114 pWhich->pszCppMapping = ReadFileInDir(pWhich->pszCppName, pEntry->pszDir, &pWhich->cbCpp); in kOCEntryReadCppOutput()
3115 if (!pWhich->pszCppMapping) in kOCEntryReadCppOutput()
3119 pWhich->pszCppName, pEntry->pszDir, strerror(errno)); in kOCEntryReadCppOutput()
3121 pWhich->pszCppName, pEntry->pszDir, strerror(errno)); in kOCEntryReadCppOutput()
3125 InfoMsg(3, "preprocessed file is %lu bytes long\n", (unsigned long)pWhich->cbCpp); in kOCEntryReadCppOutput()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/source/core/layout/
H A Datrfrm.cxx2803 const char* pWhich = nullptr; in dumpAsXml() local
2807 pWhich = "fly frame format"; in dumpAsXml()
2810 pWhich = "draw frame format"; in dumpAsXml()
2813 if (pWhich) in dumpAsXml()
2814 xmlTextWriterWriteAttribute(pWriter, BAD_CAST("which"), BAD_CAST(pWhich)); in dumpAsXml()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sc/source/ui/view/
H A Dtabview.cxx1338 void ScTabView::UpdateHeaderWidth( const ScVSplitPos* pWhich, const SCROW* pPosY ) in UpdateHeaderWidth() argument
1349 if ( pWhich && *pWhich == SC_SPLIT_BOTTOM && pPosY ) in UpdateHeaderWidth()
1360 if ( pWhich && *pWhich == SC_SPLIT_TOP && pPosY ) in UpdateHeaderWidth()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sc/source/ui/view/
H A Dtabview.cxx1347 void ScTabView::UpdateHeaderWidth( const ScVSplitPos* pWhich, const SCROW* pPosY ) in UpdateHeaderWidth() argument
1358 if ( pWhich && *pWhich == SC_SPLIT_BOTTOM && pPosY ) in UpdateHeaderWidth()
1369 if ( pWhich && *pWhich == SC_SPLIT_TOP && pPosY ) in UpdateHeaderWidth()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/source/core/layout/
H A Datrfrm.cxx2902 const char* pWhich = nullptr; in dumpAsXml() local
2906 pWhich = "fly frame format"; in dumpAsXml()
2909 pWhich = "draw frame format"; in dumpAsXml()
2912 if (pWhich) in dumpAsXml()
2913 (void)xmlTextWriterWriteAttribute(pWriter, BAD_CAST("which"), BAD_CAST(pWhich)); in dumpAsXml()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sc/source/ui/undo/
H A Dundoblk.cxx2096 pWhich.reset( new sal_uInt16[nCount+1] ); in ScUndoClearItems()
2098 pWhich[i] = pW[i]; in ScUndoClearItems()
2126 rDoc.ClearSelectionItems( pWhich.get(), aMarkData ); in Redo()
2137 rViewData.GetDocFunc().ClearItems( rViewData.GetMarkData(), pWhich.get(), false ); in Repeat()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sc/source/ui/undo/
H A Dundoblk.cxx2079 pWhich.reset( new sal_uInt16[nCount+1] ); in ScUndoClearItems()
2081 pWhich[i] = pW[i]; in ScUndoClearItems()
2109 rDoc.ClearSelectionItems( pWhich.get(), aMarkData ); in Redo()
2120 rViewData.GetDocFunc().ClearItems( rViewData.GetMarkData(), pWhich.get(), false ); in Repeat()

12