Home
last modified time | relevance | path

Searched refs:aHead (Results 1 – 7 of 7) sorted by relevance

/trunk/main/svtools/source/filter/
H A Dsgfbram.cxx421 SgfHeader aHead; in SgfBMapFilter() local
428 rInp>>aHead; in SgfBMapFilter()
429 if (aHead.ChkMagic() && (aHead.Typ==SgfBitImag0 || aHead.Typ==SgfBitImag1 || in SgfBMapFilter()
430 aHead.Typ==SgfBitImag2 || aHead.Typ==SgfBitImgMo)) { in SgfBMapFilter()
576 SgfHeader aHead; in SgfVectFilter() local
583 rInp>>aHead; in SgfVectFilter()
584 if (aHead.ChkMagic() && aHead.Typ==SGF_SIMPVECT) { in SgfVectFilter()
638 SgfHeader aHead; in CheckSgfTyp() local
641 rInp>>aHead; in CheckSgfTyp()
643 if (aHead.ChkMagic()) { in CheckSgfTyp()
[all …]
H A Dsgvmain.cxx1051 SgfHeader aHead; in SgfSDrwFilter() local
1064 rInp>>aHead; in SgfSDrwFilter()
1065 if (aHead.ChkMagic() && aHead.Typ==SgfStarDraw && aHead.Version==SGV_VERSION) { in SgfSDrwFilter()
1066 nNext=aHead.GetOffset(); in SgfSDrwFilter()
1071 if (aEntr.Typ==aHead.Typ) { in SgfSDrwFilter()
1072 bRet=SgfFilterSDrw( rInp,aHead,aEntr,rMtf ); in SgfSDrwFilter()
/trunk/main/odk/examples/DevelopersGuide/OfficeDev/FilterDevelopment/FlatXmlFilterDetection/
H A Dfilterdetect.cxx128 …OString aHead = OString((const sal_Char *)aHeadData.getConstArray(), bytestRead).toAsciiLowerCase(… in detect() local
131 if (aHead.indexOf(aDocToken) >= 0) in detect()
134 sal_Int32 n = aHead.indexOf(aMimeTypeToken); in detect()
138 OString aMimeType = aHead.copy(n, aHead.indexOf('\"', n) - n); in detect()
/trunk/main/basegfx/source/polygon/
H A Db2dlinegeometry.cxx108 const B2DVector aHead(rCandidate.getB2DPoint((bStart) ? 0L : rCandidate.count() - 1L)); in createAreaGeometryForLineStartEnd() local
113 const B2DVector aTargetDirection(aHead - aTail); in createAreaGeometryForLineStartEnd()
120 aArrowTransform.translate(aHead.getX(), aHead.getY()); in createAreaGeometryForLineStartEnd()
/trunk/main/unotools/source/ucbhelper/
H A Ducblockbytes.cxx204 Sequence<DocumentHeaderField> aHead; in propertiesChange() local
205 if (evt.NewValue >>= aHead) in propertiesChange()
207 sal_Int32 k, m = aHead.getLength(); in propertiesChange()
210 String aName( aHead[k].Name ); in propertiesChange()
211 String aValue( aHead[k].Value ); in propertiesChange()
/trunk/main/sw/source/core/doc/
H A Ddocdesc.cxx305 SwFmtHeader aHead( MakeLayoutFmt( RND_STD_HEADERL, 0 ) ); in ChgPageDesc() local
306 pDesc->GetLeft().SetFmtAttr( aHead ); in ChgPageDesc()
308 ::lcl_DescSetAttr( *rHead.GetHeaderFmt(), *aHead.GetHeaderFmt(), sal_False); in ChgPageDesc()
/trunk/main/sw/source/ui/shells/
H A Dbasesh.cxx2931 SwFmtHeader aHead( aDesc.GetMaster().GetHeader() ); in ExecuteGallery() local
2932 aHead.GetHeaderFmt()->SetFmtAttr( aBrush ); in ExecuteGallery()
2933 aDesc.GetMaster().SetFmtAttr( aHead ); in ExecuteGallery()

Completed in 60 milliseconds