Home
last modified time | relevance | path

Searched refs:fpc (Results 1 – 8 of 8) sorted by relevance

/aoo41x/main/framework/source/accelerators/
H A Dacceleratorconfiguration.cxx103 #ifdef fpc
106 namespace fpc = ::framework::pattern::configuration;
661 …ss::uno::XInterface > xCFG = fpc::ConfigurationHelper::openConfig(xSMGR, LOCALE_PACKAGE, … in impl_ts_getLocale()
1726 …ss::uno::XInterface > xCFG = fpc::ConfigurationHelper::openConfig(xSMGR, LOCALE_PACKAGE, … in impl_ts_getLocale()
/aoo41x/main/sw/source/filter/ww8/dump/
H A Dww8scan.hxx1284 …sal_uInt16 fpc : 2; // 1 footnote position code: 0 as endnotes, 1 at bottom of page, 2 immediate… member in WW8Dop
H A Dww8scan.cxx6018 fpc = ( a16Bit & 0x0060 ) >> 5; in WW8Dop()
6197 fpc = 1; in WW8Dop()
6288 a16Bit |= ( 0x0060 & (fpc << 5)); in Write()
H A Ddump8a.cxx1037 *pOut << indent2 << "fpc : " << pD->fpc << endl1; in DumpDop()
/aoo41x/main/sw/source/filter/ww8/
H A Dww8scan.hxx1534 …sal_uInt16 fpc : 2; // 1 footnote position code: 0 as endnotes, 1 at bottom of page, 2… member in WW8Dop
H A Dww8scan.cxx6730 fpc = ( a16Bit & 0x0060 ) >> 5; in WW8Dop()
6934 fpc = 1; in WW8Dop()
7156 a16Bit |= ( 0x0060 & (fpc << 5)); in Write()
H A Dwrtw8sty.cxx1139 rDop.fpc = rWrt.bFtnAtTxtEnd ? 2 : 1; in WriteFtnEndTxt()
H A Dww8par6.cxx693 if (2 == mrReader.pWDop->fpc) in InsertSection()

Completed in 150 milliseconds