/aoo41x/main/svx/source/table/ |
H A D | accessibletableshape.cxx | 1085 mpTable = pTable; in AccessibleTableHeaderShape() 1091 mpTable = NULL; in ~AccessibleTableHeaderShape() 1124 return mpTable->getAccessibleRole(); in getAccessibleRole() 1149 return mpTable->getLocale(); in getLocale() 1165 return mpTable->getBounds(); in getBounds() 1170 return mpTable->getLocation(); in getLocation() 1180 return mpTable->getSize(); in getSize() 1185 return mpTable->getForeground(); in getForeground() 1190 return mpTable->getBackground(); in getBackground() 1195 mpTable->grabFocus(); in grabFocus() [all …]
|
/aoo41x/main/sc/source/ui/Accessibility/ |
H A D | AccessibleDocumentPagePreview.cxx | 1438 mpTable(NULL), in ScAccessibleDocumentPagePreview() 1463 if (mpTable) in disposing() 1465 mpTable->release(); in disposing() 1466 mpTable = NULL; in disposing() 1519 mpTable = NULL; in Notify() 1542 mpTable->Init(); in Notify() 1626 mpTable->Init(); in getAccessibleAtPoint() 1628 if (mpTable && VCLRectangle(mpTable->getBounds()).IsInside(VCLPoint(rPoint))) in getAccessibleAtPoint() 1727 if ( !mpTable ) in getAccessibleChild() 1731 mpTable->Init(); in getAccessibleChild() [all …]
|
/aoo41x/main/vcl/unx/generic/printergfx/ |
H A D | bitmap_gfx.cxx | 284 LZWCTreeNode* mpTable; // LZW compression data member in psp::LZWEncoder 318 mpTable = new LZWCTreeNode[ 4096 ]; in LZWEncoder() 322 mpTable[i].mpBrother = NULL; in LZWEncoder() 323 mpTable[i].mpFirstChild = NULL; in LZWEncoder() 324 mpTable[i].mnCode = i; in LZWEncoder() 325 mpTable[i].mnValue = (sal_uInt8)mpTable[i].mnCode; in LZWEncoder() 340 delete[] mpTable; in ~LZWEncoder() 367 mpPrefix = mpTable + nByte; in EncodeByte() 391 mpTable[i].mpFirstChild = NULL; in EncodeByte() 401 p = mpTable + (mnTableSize++); in EncodeByte() [all …]
|
/aoo41x/main/i18nutil/source/utility/ |
H A D | oneToOneMapping.cxx | 29 : mpTable( rpTable ), in oneToOneMapping() 40 if( mpTable ) in find() 49 if( nKey < mpTable[current].first ) in find() 51 else if( nKey > mpTable[current].first ) in find() 54 return mpTable[current].second; in find()
|
/aoo41x/main/formula/source/core/api/ |
H A D | FormulaCompiler.cxx | 384 … lclPushOpCodeMapEntries( aVec, mpTable, aOpCodes, sizeof(aOpCodes)/sizeof(aOpCodes[0]) ); in createSequenceOfAvailableMappings() 394 … lclPushOpCodeMapEntries( aVec, mpTable, aOpCodes, sizeof(aOpCodes)/sizeof(aOpCodes[0]) ); in createSequenceOfAvailableMappings() 400 lclPushOpCodeMapEntry( aVec, mpTable, ocPercentSign ); in createSequenceOfAvailableMappings() 403 lclPushOpCodeMapEntry( aVec, mpTable, ocAdd ); in createSequenceOfAvailableMappings() 415 lclPushOpCodeMapEntry( aVec, mpTable, nOp ); in createSequenceOfAvailableMappings() 431 lclPushOpCodeMapEntry( aVec, mpTable, nOp ); in createSequenceOfAvailableMappings() 450 … lclPushOpCodeMapEntries( aVec, mpTable, aOpCodes, sizeof(aOpCodes)/sizeof(aOpCodes[0]) ); in createSequenceOfAvailableMappings() 460 lclPushOpCodeMapEntry( aVec, mpTable, nOp ); in createSequenceOfAvailableMappings() 492 DBG_ASSERT( (mpTable[eOp].Len() == 0) || (mpTable[eOp] == rStr) || (eOp == ocCurrency), in putOpCode() 496 mpTable[eOp] = rStr; in putOpCode() [all …]
|
/aoo41x/main/sfx2/source/dialog/ |
H A D | versdlg.cxx | 220 , mpTable( NULL ) in SfxVersionDialog() 281 delete mpTable; in Init_Impl() 282 mpTable = new SfxVersionTableDtor( aVersions ); in Init_Impl() 284 for ( sal_uInt16 n = 0; n < mpTable->Count(); ++n ) in Init_Impl() 286 SfxVersionInfo *pInfo = mpTable->GetObject(n); in Init_Impl() 313 delete mpTable; in ~SfxVersionDialog()
|
/aoo41x/main/unotools/source/misc/ |
H A D | fontcvt.cxx | 1177 const ExtraTable *mpTable; in StarSymbolToMSMultiFontImpl() member 1181 : meFont(eFont), mpTable(pTable), mnSize(nSize) {} in StarSymbolToMSMultiFontImpl() 1226 for (int j = r.mnSize / sizeof(r.mpTable[0]); j >=0; --j) in StarSymbolToMSMultiFontImpl() 1228 aEntry.cIndex = r.mpTable[j].cMS; in StarSymbolToMSMultiFontImpl() 1231 r.mpTable[j].cStar, aEntry)); in StarSymbolToMSMultiFontImpl()
|
/aoo41x/main/vcl/unx/gtk/a11y/ |
H A D | atktable.cxx | 72 if( !pWrap->mpTable && pWrap->mpContext ) in getTable() 75 pWrap->mpTable = reinterpret_cast< accessibility::XAccessibleTable * > (any.pReserved); in getTable() 76 pWrap->mpTable->acquire(); in getTable() 79 return pWrap->mpTable; in getTable()
|
H A D | atkwrapper.cxx | 658 wrapper->mpTable = NULL; in atk_object_wrapper_init() 944 RELEASE( wrapper->mpTable ) in atk_object_wrapper_dispose()
|
H A D | atkwrapper.hxx | 64 ::com::sun::star::accessibility::XAccessibleTable *mpTable;
|
/aoo41x/main/formula/inc/formula/ |
H A D | FormulaCompiler.hxx | 94 …String * mpTable; /// Array of symbols, OpCode -> String, offset=… member in formula::FormulaCompiler::OpCodeMap 110 mpTable( new String[ nSymbols ]), in OpCodeMap() 136 return mpTable[ eOp ]; in getSymbol()
|
/aoo41x/main/sc/source/ui/unoobj/ |
H A D | linkuno.cxx | 1493 mpTable(pTable), in ScExternalSheetCacheObj() 1520 mpTable->setCell(static_cast<SCCOL>(nCol), static_cast<SCROW>(nRow), pToken); in setCellValue() 1530 … FormulaToken* pToken = mpTable->getCell(static_cast<SCCOL>(nCol), static_cast<SCROW>(nRow)).get(); in getCellValue() 1560 mpTable->getAllRows(aRows); in getAllRows() 1577 mpTable->getAllCols(static_cast<SCROW>(nRow), aCols); in getAllColumns()
|
/aoo41x/main/sw/source/filter/ww8/ |
H A D | WW8TableInfo.cxx | 55 , mpTable(NULL) in WW8TableNodeInfoInner() 116 mpTable = pTable; in setTable() 302 return mpTable; in getTable()
|
H A D | WW8TableInfo.hxx | 72 const SwTable * mpTable; member in ww8::WW8TableNodeInfoInner
|
/aoo41x/main/i18nutil/inc/i18nutil/ |
H A D | oneToOneMapping.hxx | 66 OneToOneMappingTable_t *mpTable; member in com::sun::star::i18n::oneToOneMapping
|
/aoo41x/main/sfx2/source/inc/ |
H A D | versdlg.hxx | 70 SfxVersionTableDtor* mpTable; member in SfxVersionDialog
|
/aoo41x/main/sc/source/ui/inc/ |
H A D | AccessibleDocumentPagePreview.hxx | 144 ScAccessiblePreviewTable* mpTable; member in ScAccessibleDocumentPagePreview
|
/aoo41x/main/svx/inc/svx/ |
H A D | AccessibleTableShape.hxx | 241 rtl::Reference< AccessibleTableShape > mpTable; member in accessibility::AccessibleTableHeaderShape
|
/aoo41x/main/sc/inc/ |
H A D | linkuno.hxx | 528 ScExternalRefCache::TableTypeRef mpTable; member in ScExternalSheetCacheObj
|